DDGPESurf::SetDriverGUID

Drivers should apply their own GUID identifier to objects they create. You should 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(
  GUID guidDriverGUID 
);

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

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.