Skip to content

Latest commit

 

History

History
74 lines (60 loc) · 2.26 KB

nf-mmiscapi-drvgetmodulehandle.md

File metadata and controls

74 lines (60 loc) · 2.26 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:mmiscapi.DrvGetModuleHandle
DrvGetModuleHandle function (mmiscapi.h)
Retrieves the instance handle of the module that contains the installable driver. This function is provided for compatibility with previous versions of Windows.
DrvGetModuleHandle
DrvGetModuleHandle function [Windows Multimedia]
_win32_DrvGetModuleHandle
mmsystem/DrvGetModuleHandle
multimedia.drvgetmodulehandle
multimedia\drvgetmodulehandle.htm
Multimedia
77246a9f-15fa-48a7-a4a8-9f7579b195c7
12/05/2018
DrvGetModuleHandle, DrvGetModuleHandle function [Windows Multimedia], _win32_DrvGetModuleHandle, mmsystem/DrvGetModuleHandle, multimedia.drvgetmodulehandle
mmiscapi.h
Mmiscapi.h, Windows.h
Windows
Windows 2000 Professional [desktop apps only],Installable Drivers, Installable Driver Functions
Windows 2000 Server [desktop apps only]
Winmm.lib
Winmm.dll
Windows
19H1
DrvGetModuleHandle
mmiscapi/DrvGetModuleHandle
c++
APIRef
kbSyntax
DllExport
Winmm.dll
API-MS-Win-mm-misc-l1-1-0.dll
winmmbase.dll
API-MS-Win-mm-misc-l1-1-1.dll
DrvGetModuleHandle

DrvGetModuleHandle function

-description

Retrieves the instance handle of the module that contains the installable driver. This function is provided for compatibility with previous versions of Windows.

-parameters

-param hDriver [in]

Handle of the installable driver instance. The handle must have been previously created by using the OpenDriver function.

-returns

Returns an instance handle of the driver module if successful or NULL otherwise.

-see-also

Installable Driver Functions

Installable Drivers