Skip to content

Latest commit

 

History

History
97 lines (74 loc) · 3.1 KB

ne-hwnclx-_hwn_clx_export_index.md

File metadata and controls

97 lines (74 loc) · 3.1 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
NE:hwnclx._HWN_CLX_EXPORT_INDEX
_HWN_CLX_EXPORT_INDEX (hwnclx.h)
Defines the position for each of the Hardware Notification exports in the export table.
gpiobtn\_hwn_clx_export_index.htm
gpiobtn
02/15/2018
HWN_CLX_EXPORT_INDEX enumeration
*PHWN_CLX_EXPORT_INDEX, AddDevicePostDeviceCreateIndex, AddDevicePreDeviceCreateIndex, HWN_CLX_EXPORT_INDEX, HWN_CLX_EXPORT_INDEX enumeration, HwNExportLastExportIndex, RegisterClientIndex, UnregisterClientIndex, _HWN_CLX_EXPORT_INDEX, gpiobtn._hwn_clx_export_index, hwnclx/AddDevicePostDeviceCreateIndex, hwnclx/AddDevicePreDeviceCreateIndex, hwnclx/HWN_CLX_EXPORT_INDEX, hwnclx/HwNExportLastExportIndex, hwnclx/RegisterClientIndex, hwnclx/UnregisterClientIndex
hwnclx.h
Windows
Windows 10, version 1709
Windows Server 2016
PASSIVE_LEVEL
Windows
HWN_CLX_EXPORT_INDEX, *PHWN_CLX_EXPORT_INDEX
_HWN_CLX_EXPORT_INDEX
hwnclx/_HWN_CLX_EXPORT_INDEX
PHWN_CLX_EXPORT_INDEX
hwnclx/PHWN_CLX_EXPORT_INDEX
HWN_CLX_EXPORT_INDEX
hwnclx/HWN_CLX_EXPORT_INDEX
APIRef
kbSyntax
HeaderDef
Hwnclx.h
_HWN_CLX_EXPORT_INDEX
PHWN_CLX_EXPORT_INDEX
HWN_CLX_EXPORT_INDEX

_HWN_CLX_EXPORT_INDEX enumeration

-description

Defines the position for each of the Hardware Notification exports in the export table.

-enum-fields

-field RegisterClientIndex

Position of the HwNRegisterClient hardware notification in the export table.

-field UnregisterClientIndex

Position of the HwNUnregisterClient hardware notification in the export table.

-field AddDevicePreDeviceCreateIndex

Position of the HwNProcessAddDevicePreDeviceCreate hardware notification in the export table.

-field AddDevicePostDeviceCreateIndex

Position of the HwNProcessAddDevicePostDeviceCreate hardware notification in the export table.

-field HwNExportLastExportIndex

Position of the last hardware notification in the export table.

-syntax

typedef enum _HWN_CLX_EXPORT_INDEX {
  RegisterClientIndex             = 0x0,
  UnregisterClientIndex,
  AddDevicePreDeviceCreateIndex,
  AddDevicePostDeviceCreateIndex,
  HwNExportLastExportIndex
} HWN_CLX_EXPORT_INDEX;

-see-also

Hardware notifications support

Hardware notifications reference