// usbpmapi.h
VOID USBPM_CONNECTOR_PROPERTIES_INIT(
[Out] PUSBPM_CONNECTOR_PROPERTIES Properties
);
View the official Windows Driver Kit DDI referenceNo description available.
Initializes a USBPM_CONNECTOR_PROPERTIES structure. The client driver must call this function before calling UsbPm_RetrieveConnectorProperties.
Properties [Out]A pointer to a USBPM_CONNECTOR_PROPERTIES to initialize.