Condividi tramite


funzione SERCX2_CUSTOM_TRANSMIT_CONFIG_INIT (sercx.h)

La funzione SERCX2_CUSTOM_TRANSMIT_CONFIG_INIT inizializza una struttura SERCX2_CUSTOM_TRANSMIT_CONFIG.

Sintassi

void SERCX2_CUSTOM_TRANSMIT_CONFIG_INIT(
  [out] SERCX2_CUSTOM_TRANSMIT_CONFIG *Config
);

Parametri

[out] Config

Puntatore alla struttura SERCX2_CUSTOM_TRANSMIT_CONFIG da inizializzare.

Valore restituito

Nessuno

Osservazioni

Il driver del controller seriale deve usare questa funzione per inizializzare una struttura SERCX2_CUSTOM_TRANSMIT_CONFIG prima di passare un puntatore a questa struttura come parametro di input al metodo SerCx2CustomTransmitCreate.

SERCX2_CUSTOM_TRANSMIT_CONFIG_INIT imposta il membro size della struttura su sizeof(SERCX2_CUSTOM_TRANSMIT_CONFIG) e imposta gli altri membri della struttura su zero. Se necessario, il driver può impostare in modo esplicito questi altri membri su valori diversi da zero dopo la chiamata SERCX2_CUSTOM_TRANSMIT_CONFIG_INIT.

Fabbisogno

Requisito Valore
client minimo supportato Disponibile a partire da Windows 8.1.
piattaforma di destinazione Desktop
intestazione sercx.h
IRQL Qualsiasi livello.

Vedere anche

SERCX2_CUSTOM_TRANSMIT_CONFIG

SerCx2CustomTransmitCreare