funzione UCM_CONNECTOR_PD_CONFIG_INIT (ucmmanager.h)

Inizializza una struttura UCM_CONNECTOR_PD_CONFIG .

Sintassi

void UCM_CONNECTOR_PD_CONFIG_INIT(
  [out] PUCM_CONNECTOR_PD_CONFIG Config,
  [in]  ULONG                    SupportedPowerRoles
);

Parametri

[out] Config

Puntatore a una struttura UCM_CONNECTOR_PD_CONFIG allocata dal chiamante per l'inizializzazione.

[in] SupportedPowerRoles

OR bit per bit di flag tipizzato di UCM_POWER_ROLE.

Valore restituito

nessuno

Requisiti

Requisito Valore
Client minimo supportato Windows 10
Server minimo supportato Windows Server 2016
Piattaforma di destinazione Windows
Versione KMDF minima 1.15
Versione UMDF minima 2.15
Intestazione ucmmanager.h (include Ucmcx.h)

Vedi anche

UcmConnectorCreate