// ucmmanager.h
typedef struct _UCM_MANAGER_CONFIG {
ULONG Size;
} UCM_MANAGER_CONFIG, *PUCM_MANAGER_CONFIG;
View the official Windows Driver Kit DDI referenceNo description available.
Describes the configuration options for the UCM Manager. An initialized UCM_MANAGER_CONFIG structure is an input parameter value to UcmInitializeDevice.
SizeSize of the UCM_MANAGER_CONFIG structure. Initialize this structure by calling UCM_MANAGER_CONFIG_INIT.