Share via


estructura UCX_ENDPOINT_EVENT_CALLBACKS (ucxendpoint.h)

Esta estructura proporciona una lista de punteros a las funciones de devolución de llamada de eventos de punto de conexión UCX.

Sintaxis

typedef struct _UCX_ENDPOINT_EVENT_CALLBACKS {
  ULONG                                           Size;
  PFN_UCX_ENDPOINT_PURGE                          EvtEndpointPurge;
  PFN_UCX_ENDPOINT_START                          EvtEndpointStart;
  PFN_UCX_ENDPOINT_ABORT                          EvtEndpointAbort;
  PFN_UCX_ENDPOINT_RESET                          EvtEndpointReset;
  PFN_UCX_ENDPOINT_OK_TO_CANCEL_TRANSFERS         EvtEndpointOkToCancelTransfers;
  PFN_UCX_ENDPOINT_STATIC_STREAMS_ADD             EvtEndpointStaticStreamsAdd;
  PFN_UCX_ENDPOINT_STATIC_STREAMS_ENABLE          EvtEndpointStaticStreamsEnable;
  PFN_UCX_ENDPOINT_STATIC_STREAMS_DISABLE         EvtEndpointStaticStreamsDisable;
  HANDLE                                          Reserved1;
  PFN_UCX_ENDPOINT_GET_ISOCH_TRANSFER_PATH_DELAYS EvtEndpointGetIsochTransferPathDelays;
  PFN_UCX_ENDPOINT_SET_CHARACTERISTIC             EvtEndpointSetCharacteristic;
} UCX_ENDPOINT_EVENT_CALLBACKS, *PUCX_ENDPOINT_EVENT_CALLBACKS;

Miembros

Size

Tamaño en bytes de la estructura.

EvtEndpointPurge

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

EvtEndpointStart

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

EvtEndpointAbort

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

EvtEndpointReset

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

EvtEndpointOkToCancelTransfers

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

EvtEndpointStaticStreamsAdd

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

EvtEndpointStaticStreamsEnable

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

EvtEndpointStaticStreamsDisable

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

Reserved1

No debe usarse.

EvtEndpointGetIsochTransferPathDelays

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

EvtEndpointSetCharacteristic

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

Requisitos

Requisito Valor
Header ucxendpoint.h (include Ucxclass.h, Ucxendpoint.h)

Consulte también

UCX_ENDPOINT_EVENT_CALLBACKS_INIT

UcxEndpointInitSetEventCallbacks