// ucmucsidevice.h
VOID UCMUCSI_DEVICE_CONFIG_INIT(
PUCMUCSI_DEVICE_CONFIG Config
);
View the official Windows Driver Kit DDI referenceNo description available.
Initializes a UCMUCSI_DEVICE_CONFIG structure.
ConfigA pointer to the UCMUCSI_DEVICE_CONFIG structure to initialize.
The client driver must call this initialization function before calling UcmUcsiDeviceInitialize.