USBPM_CONNECTOR_STATE_INIT - NtDoc

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

VOID USBPM_CONNECTOR_STATE_INIT(
  PUSBPM_CONNECTOR_STATE ConnectorState
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-usbpmapi-usbpm_connector_state_init)

USBPM_CONNECTOR_STATE_INIT function

Description

Initializes a USBPM_CONNECTOR_STATE_INIT structure. The client driver must call this function before calling UsbPm_RetrieveConnectorState.

Parameters

ConnectorState

A pointer a USBPM_CONNECTOR_STATE_INIT structure to initialize.

Remarks

See also