// usbpmapi.h
VOID USBPM_CONNECTOR_STATE_INIT(
PUSBPM_CONNECTOR_STATE ConnectorState
);
View the official Windows Driver Kit DDI referenceNo description available.
Initializes a USBPM_CONNECTOR_STATE_INIT structure. The client driver must call this function before calling UsbPm_RetrieveConnectorState.
ConnectorStateA pointer a USBPM_CONNECTOR_STATE_INIT structure to initialize.