Share via


DDGPESurf::SetDriverGUID (Windows CE 5.0)

Send Feedback

Drivers should apply their own GUID identifier to objects they create. Use the SetDriverGUID method to apply your driver's unique identifier to the specified object. This GUID should be the same for all objects your driver creates.

virtual void SetDriverGUID(GUIDguidDriverGUID);

Parameters

  • guidDriverGUID
    The driver's unique GUID.

Return Values

None.

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.