USBPM_CLIENT_CONFIG_EXTRA_INFO - NtDoc

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

typedef struct _USBPM_CLIENT_CONFIG_EXTRA_INFO {
  ULONG          Size;
  PDEVICE_OBJECT WdmDeviceObject;
} USBPM_CLIENT_CONFIG_EXTRA_INFO, *PUSBPM_CLIENT_CONFIG_EXTRA_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-usbpmapi-_usbpm_client_config_extra_info)

_USBPM_CLIENT_CONFIG_EXTRA_INFO structure

Description

Contains optional information used to configure the client driver's registration.

Members

Size

Size of this structure.

WdmDeviceObject

If the client is a kernel mode driver, this is the kernel mode WDM device for the client driver. In user mode, it is not used.

Remarks

See also