USBPM_CLIENT_CONFIG_EXTRA_INFO structure (usbpmapi.h)

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

Syntax

typedef struct _USBPM_CLIENT_CONFIG_EXTRA_INFO {
  ULONG          Size;
  PDEVICE_OBJECT WdmDeviceObject;
} USBPM_CLIENT_CONFIG_EXTRA_INFO, *PUSBPM_CLIENT_CONFIG_EXTRA_INFO;

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.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1809
Minimum KMDF version 1.27
Minimum UMDF version 2.27
Header usbpmapi.h