UFX_DEVICE_CALLBACKS_INIT - NtDoc

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

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

NtDoc

No description available.

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

UFX_DEVICE_CALLBACKS_INIT function

Description

The UFX_DEVICE_CALLBACKS_INIT macro initializes the UFX_DEVICE_CALLBACKS structure.

Parameters

Callbacks [out]

A pointer to the UFX_DEVICE_CALLBACKS structure.

Remarks

The UFX_DEVICE_CALLBACKS_INIT macro will set all fields of the UFX_DEVICE_CALLBACKS structure to zero and set the Size field appropriately.

The client driver uses the UFX_DEVICE_CALLBACKS_INIT macro the initialize the UFX_DEVICE_CALLBACKS structure prior to calling UfxDeviceCreate.