Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
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.
Syntax
virtual void SetDriverGUID(
GUID guidDriverGUID
);
Parameters
- guidDriverGUID
The driver's unique GUID.
Return Value
None.
Requirements
Header |
ddgpe.h |
Library |
Ddgpe.lib |