Compartir a través de


DDGPE::SetDriverData (Windows CE 5.0)

Send Feedback

This method stores data your driver attaches to the DDGPE object, regardless of how you have subclassed the object in your driver.

virtual void SetDriverData(DDGPEDriverData* pDriverData);

Parameters

  • pDriverData
    Pointer to the driver data that should be attached to this DDGPE object. Your driver is responsible for allocating and releasing the memory associated with this object.

Return Values

None.

Remarks

The driver data is neither created nor released by the DDGPE object; the driver is responsible for this. The DDGPE object simply stores a pointer to the memory you have allocated. If you are setting the driver data, your driver should check that the driver data that is already attached to the selected DDGPE object is properly released.

Requirements

OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header: Ddgpe.h.
Link Library: Ddgpe.lib.

See Also

DDGPE Class | DDGPE Class Definition

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.