función UFX_ENDPOINT_CALLBACKS_INIT (ufxclient.h)
La macro UFX_ENDPOINT_CALLBACKS_INIT inicializa la estructura UFX_ENDPOINT_CALLBACKS .
Nota
Tenga en cuenta que actualmente no hay ninguna función de devolución de llamada de punto de conexión definida en la estructura UFX_ENDPOINT_CALLBACKS .
Sintaxis
void UFX_ENDPOINT_CALLBACKS_INIT(
[out] PUFX_ENDPOINT_CALLBACKS Callbacks
);
Parámetros
[out] Callbacks
Puntero a la estructura UFX_ENDPOINT_CALLBACKS .
Valor devuelto
None
Observaciones
La macro UFX_ENDPOINT_CALLBACKS_INIT establecerá todos los campos de la estructura de UFX_ENDPOINT_CALLBACKS en cero y establecerá el campo de tamaño correctamente.
Nota Tenga en cuenta que actualmente no hay ninguna función de devolución de llamada de punto de conexión definida en la estructura UFX_ENDPOINT_CALLBACKS .
Requisitos
Requisito | Value |
---|---|
Plataforma de destino | Windows |
Encabezado | ufxclient.h |
Library | ufxstub.lib |