UCM_MANAGER_CONFIG - NtDoc

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

typedef struct _UCM_MANAGER_CONFIG {
  ULONG Size;
} UCM_MANAGER_CONFIG, *PUCM_MANAGER_CONFIG;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ucmmanager-_ucm_manager_config)

_UCM_MANAGER_CONFIG structure

Description

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

Members

Size

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

See also

UCM_MANAGER_CONFIG_INIT