GetDriverModuleHandle
Retrieves the
instance handle of the module that contains the installable driver.
HMODULE GetDriverModuleHandle(HDRVR hdrvr);
Parameters
hdrvr
Handle of the
installable driver instance. The handle must have been previously created by
using the OpenDriver
Return Value
Returns an
instance handle of the driver module if successful or NULL otherwise.