UCMUCSI_DEVICE_CONFIG_INIT - NtDoc

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

VOID UCMUCSI_DEVICE_CONFIG_INIT(
  PUCMUCSI_DEVICE_CONFIG Config
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ucmucsidevice-ucmucsi_device_config_init)

UCMUCSI_DEVICE_CONFIG_INIT function

Description

Initializes a UCMUCSI_DEVICE_CONFIG structure.

Parameters

Config

A pointer to the UCMUCSI_DEVICE_CONFIG structure to initialize.

Remarks

The client driver must call this initialization function before calling UcmUcsiDeviceInitialize.

See also

EVT_WDF_DRIVER_DEVICE_ADD

UCMUCSI_DEVICE_CONFIG

WdfDeviceCreate