USBPM_CLIENT_CONFIG_EXTRA_INFO_INIT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// usbpmapi.h

VOID USBPM_CLIENT_CONFIG_EXTRA_INFO_INIT(
  [Out] PUSBPM_CLIENT_CONFIG_EXTRA_INFO ExtraInfo,
  [In]  PDEVICE_OBJECT                  WdmDeviceObject
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-usbpmapi-usbpm_client_config_extra_info_init)

USBPM_CLIENT_CONFIG_EXTRA_INFO_INIT function

Description

Initializes a USBPM_CLIENT_CONFIG_EXTRA_INFO structure.

Parameters

ExtraInfo [Out]

A pointer to a USBPM_CLIENT_CONFIG_EXTRA_INFO structure to initialize.

WdmDeviceObject [In]

If the client is a kernel mode driver, it should set it to the kernel mode WDM device object after calling USBPM_CLIENT_CONFIG_INIT. In user mode, it is not used.

Remarks

See also