Compartilhar via


função UDECX_USB_ENDPOINT_CALLBACKS_INIT (udecxusbendpoint.h)

Inicializa uma estrutura UDECX_USB_ENDPOINT_CALLBACKS antes de uma chamada UdecxUsbEndpointCreate .

Sintaxe

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

Parâmetros

[out] Callbacks

Um ponteiro para um UDECX_USB_ENDPOINT_CALLBACKS a ser inicializado.

EvtUsbEndpointReset

Ponteiro para uma função de retorno de chamada EVT_UDECX_USB_ENDPOINT_RESET.

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 udecxusbendpoint.h (include Udecx.h)
Biblioteca Udecxstub.lib
IRQL PASSIVE_LEVEL

Confira também

UdecxUsbEndpointCreate