Share via


DDGPESurf::SetDriverData (Windows CE 5.0)

Send Feedback

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

virtual void SetDriverData(DDGPEDriverData* pDriverData);

Parameters

  • pDriverData
    A pointer to the driver data that is attached to this DDGPESurf 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 DDGPESurf object; the driver is responsible for this. The DDGPESurf 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 already attached to the selected 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

DDGPESurf Class | DDGPESurf Class Definition

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.