função UDECX_USB_ENDPOINT_CALLBACKS_INIT (udecxusbendpoint.h)
Inicializa uma estrutura de 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.
Valor de retorno
Nenhum
Requisitos
Requisito | Valor |
---|---|
de cliente com suporte mínimo | Windows 10 |
servidor com suporte mínimo | Windows Server 2016 |
da Plataforma de Destino | Windows |
versão mínima do KMDF | 1.15 |
cabeçalho | udecxusbendpoint.h (inclua Udecx.h) |
biblioteca | Udecxstub.lib |
IRQL | PASSIVE_LEVEL |