GetDriverModuleHandle

3.1

  HINSTANCE GetDriverModuleHandle(hdrvr)    
  HDRVR hdrvr; /* handle of installable driver */

The GetDriverModuleHandle function retrieves the instance handle of a module that contains an installable driver.

Parameters

hdrvr

Identifies the installable driver. This parameter must be retrieved by the OpenDriver function.

Return Value

The return value is an instance handle of the driver module if the function is successful. Otherwise, it is NULL.

See Also

OpenDriver