Condividi tramite


funzione UDECX_USB_ENDPOINT_CALLBACKS_INIT (udecxusbendpoint.h)

Inizializza una struttura UDECX_USB_ENDPOINT_CALLBACKS prima di una chiamata UdecxUsbEndpointCreate.

Sintassi

void UDECX_USB_ENDPOINT_CALLBACKS_INIT(
  [out] PUDECX_USB_ENDPOINT_CALLBACKS Callbacks,
        PFN_UDECX_USB_ENDPOINT_RESET  EvtUsbEndpointReset
);

Parametri

[out] Callbacks

Puntatore a un UDECX_USB_ENDPOINT_CALLBACKS da inizializzare.

EvtUsbEndpointReset

Puntatore a una funzione di callback EVT_UDECX_USB_ENDPOINT_RESET.

Valore restituito

Nessuno

Fabbisogno

Requisito Valore
client minimo supportato Windows 10
server minimo supportato Windows Server 2016
piattaforma di destinazione Finestre
versione minima di KMDF 1.15
intestazione udecxusbendpoint.h (include Udecx.h)
libreria Udecxstub.lib
IRQL PASSIVE_LEVEL

Vedere anche

UdecxUsbEndpointCreare