Compartilhar via


Função UDECX_USB_DEVICE_CALLBACKS_INIT (udecxusbdevice.h)

Inicializa uma estrutura UDECX_USB_DEVICE_STATE_CHANGE_CALLBACKS antes de uma chamada UdecxUsbDeviceCreate .

Sintaxe

void UDECX_USB_DEVICE_CALLBACKS_INIT(
  [out] PUDECX_USB_DEVICE_STATE_CHANGE_CALLBACKS Callbacks
);

Parâmetros

[out] Callbacks

Um ponteiro para uma estrutura UDECX_USB_DEVICE_STATE_CHANGE_CALLBACKS a ser inicializada.

Retornar valor

Nenhum

Requisitos

Requisito Valor
Cliente mínimo com suporte Windows 10
Servidor mínimo com suporte Windows Server 2016
Plataforma de Destino Windows
Versão mínima do KMDF 1.15
Cabeçalho udecxusbdevice.h (inclua Udecx.h)
Biblioteca Udecxstub.lib
IRQL PASSIVE_LEVEL

Confira também

UdecxUsbDeviceCreate