// 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 referenceNo description available.
Contains optional information used to configure the client driver's registration.
SizeSize of this structure.
WdmDeviceObjectIf 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.