USBPM_CONNECTOR_PROPERTIES_INIT - NtDoc

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

VOID USBPM_CONNECTOR_PROPERTIES_INIT(
  [Out] PUSBPM_CONNECTOR_PROPERTIES Properties
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

USBPM_CONNECTOR_PROPERTIES_INIT function

Description

Initializes a USBPM_CONNECTOR_PROPERTIES structure. The client driver must call this function before calling UsbPm_RetrieveConnectorProperties.

Parameters

Properties [Out]

A pointer to a USBPM_CONNECTOR_PROPERTIES to initialize.

Remarks

See also