DDGPE::SetDriverGUID (Windows Embedded CE 6.0)
1/6/2010
This method applies your driver's unique identifier to the specified object. Drivers should apply their own GUID identifier to objects they create. This GUID should be the same for all objects your driver creates.
Syntax
virtual void SetDriverGUID (
GUID guidDriverGUID
);
Parameters
- guidDriverGUID
Driver's unique GUID.
Return Value
None.
Requirements
Header | ddgpe.h |
Library | Ddgpe.lib |
Windows Embedded CE | Windows Embedded CE 6.0 and later |