Share via


función UDECX_USB_ENDPOINT_CALLBACKS_INIT (udecxusbendpoint.h)

Inicializa una estructura de UDECX_USB_ENDPOINT_CALLBACKS antes de una llamada UdecxUsbEndpointCreate .

Sintaxis

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

Parámetros

[out] Callbacks

Puntero a un UDECX_USB_ENDPOINT_CALLBACKS que se va a inicializar.

EvtUsbEndpointReset

Puntero a una función de devolución de llamada de EVT_UDECX_USB_ENDPOINT_RESET .

Valor devuelto

None

Requisitos

Requisito Value
Cliente mínimo compatible Windows 10
Servidor mínimo compatible Windows Server 2016
Plataforma de destino Windows
Versión mínima de KMDF 1.15
Encabezado udecxusbendpoint.h (incluya Udecx.h)
Library Udecxstub.lib
IRQL PASSIVE_LEVEL

Consulte también

UdecxUsbEndpointCreate