UCM_MANAGER_CONFIG structure (ucmmanager.h)

Describes the configuration options for the UCM Manager. An initialized UCM_MANAGER_CONFIG structure is an input parameter value to UcmInitializeDevice.

Syntax

typedef struct _UCM_MANAGER_CONFIG {
  ULONG Size;
} UCM_MANAGER_CONFIG, *PUCM_MANAGER_CONFIG;

Members

Size

Size of the UCM_MANAGER_CONFIG structure. Initialize this structure by calling UCM_MANAGER_CONFIG_INIT.

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server Windows Server 2016
Minimum KMDF version 1.15
Minimum UMDF version 2.15
Header ucmmanager.h (include Ucmcx.h)

See also

UCM_MANAGER_CONFIG_INIT