Microsoft Windows CE 3.0  

SetDriverGUID

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Drivers should apply their own GUID identifier to objects they create. You should use the SetDriverGUIDfunction 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



 Last updated on Tuesday, July 13, 2004

© 2004 Microsoft Corporation. All rights reserved.