funzione UDECX_USB_DEVICE_CALLBACKS_INIT (udecxusbdevice.h)

Inizializza una struttura UDECX_USB_DEVICE_STATE_CHANGE_CALLBACKS prima di una chiamata UdecxUsbDeviceCreate .

Sintassi

void UDECX_USB_DEVICE_CALLBACKS_INIT(
  [out] PUDECX_USB_DEVICE_STATE_CHANGE_CALLBACKS Callbacks
);

Parametri

[out] Callbacks

Puntatore a una struttura UDECX_USB_DEVICE_STATE_CHANGE_CALLBACKS da inizializzare.

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
Intestazione udecxusbdevice.h (include Udecx.h)
Libreria Udecxstub.lib
IRQL PASSIVE_LEVEL

Vedi anche

UdecxUsbDeviceCreate