UFX_ENDPOINT_CALLBACKS_INIT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ufxclient.h

VOID UFX_ENDPOINT_CALLBACKS_INIT(
  [out] PUFX_ENDPOINT_CALLBACKS Callbacks
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ufxclient-ufx_endpoint_callbacks_init)

UFX_ENDPOINT_CALLBACKS_INIT function

Description

The UFX_ENDPOINT_CALLBACKS_INIT macro initializes the UFX_ENDPOINT_CALLBACKS structure.

Note

Note that there are currently no endpoint callback functions defined in the UFX_ENDPOINT_CALLBACKS structure.

Parameters

Callbacks [out]

A pointer to the UFX_ENDPOINT_CALLBACKS structure.

Remarks

The UFX_ENDPOINT_CALLBACKS_INIT macro will set all fields of the UFX_ENDPOINT_CALLBACKS structure to zero and set the size field appropriately.

Note Note that there are currently no endpoint callback functions defined in the UFX_ENDPOINT_CALLBACKS structure.