HINSTANCE GetDriverModuleHandle(hdrvr) | |||||
HDRVR hdrvr; | /* handle of installable driver | */ |
The GetDriverModuleHandle function retrieves the instance handle of a module that contains an installable driver.
hdrvr
Identifies the installable driver. This parameter must be retrieved by the OpenDriver function.
The return value is an instance handle of the driver module if the function is successful. Otherwise, it is NULL.