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.
Driver writers can use the GDI driver-related services listed in the following table to create or delete driver objects, obtain the name of the driver's DLL, and lock or unlock a driver object.
Function | Description |
---|---|
Creates a DRIVEROBJ structure. This structure is used to track a device-managed resource that must be released if the resource-allocating process terminates without first cleaning it up. |
|
Frees the handle used for tracking a device-managed resource. |
|
Returns the name of the driver's DLL. |
|
Creates an exclusive lock on a driver object for the calling thread. |
|
Unlocks the driver object. |