// ufxclient.h
typedef struct _UFX_ENDPOINT_CALLBACKS {
ULONG Size;
} UFX_ENDPOINT_CALLBACKS, *PUFX_ENDPOINT_CALLBACKS;
View the official Windows Driver Kit DDI referenceNo description available.
The UFX_ENDPOINT_CALLBACKS structure is used to define then event callback functions supported by the client driver.
SizeThe size of the UFX_ENDPOINT_CALLBACKS structure.