Skip to content

Latest commit

 

History

History
76 lines (59 loc) · 2.05 KB

nf-hwnclx-hwnunregisterclient.md

File metadata and controls

76 lines (59 loc) · 2.05 KB
UID title description old-location tech.root ms.date keywords 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 f1_keywords topic_type api_type api_location api_name
NF:hwnclx.HwNUnregisterClient
HwNUnregisterClient function (hwnclx.h)
Unregisters the hardware notification client driver and its callback functions with the class extension. This function should be invoked when the client driver is unloaded.
gpiobtn\hwnunregisterclient.htm
gpiobtn
02/15/2018
HwNUnregisterClient function
HwNUnregisterClient, HwNUnregisterClient function, gpiobtn.hwnunregisterclient, hwnclx/HwNUnregisterClient
hwnclx.h
Windows
Windows 10, version 1709
Windows Server 2016
Mshwnclxstub.lib
PASSIVE_LEVEL
Windows
HWN_CLX_EXPORT_INDEX, *PHWN_CLX_EXPORT_INDEX
HwNUnregisterClient
hwnclx/HwNUnregisterClient
APIRef
kbSyntax
LibDef
Mshwnclxstub.lib
Mshwnclxstub.dll
HwNUnregisterClient

HwNUnregisterClient function

-description

Unregisters the hardware notification client driver and its callback functions with the class extension. This function should be invoked when the client driver is unloaded.

-parameters

-param Driver [in]

Handle to the client drivers framework driver object.

-returns

Returns STATUS_SUCCESS if function succeeds. Returns STATUS_INVALID_PARAMETER if corresponding client driver can't be found. Otherwise, it returns one of the error status values defined in Ntstatus.h.

-syntax

FORCEINLINE NTSTATUS  HwNUnregisterClient(
  _In_ WDFDRIVER  Driver
);

-see-also

Hardware notifications support

Hardware notifications reference