UDECX_WDF_DEVICE_CONFIG_INIT - NtDoc

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

VOID UDECX_WDF_DEVICE_CONFIG_INIT(
  [out] PUDECX_WDF_DEVICE_CONFIG                  Config,
  [in]  PFN_UDECX_WDF_DEVICE_QUERY_USB_CAPABILITY EvtUdecxWdfDeviceQueryUsbCapability
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-udecxwdfdevice-udecx_wdf_device_config_init)

UDECX_WDF_DEVICE_CONFIG_INIT function

Description

Initializes a UDECX_WDF_DEVICE_CONFIG structure.

Parameters

Config [out]

A pointer to a UDECX_WDF_DEVICE_CONFIG structure to initialize.

EvtUdecxWdfDeviceQueryUsbCapability [in]

A pointer to an EVT_UDECX_WDF_DEVICE_QUERY_USB_CAPABILITY callback function.

See also

UDECX_WDF_DEVICE_CONFIG

UdecxWdfDeviceAddUsbDeviceEmulation