UCMUCSI_PPM_CONFIG - NtDoc

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

typedef struct _UCMUCSI_PPM_CONFIG {
  ULONG                        Size;
  BOOLEAN                      UsbDeviceControllerEnabled;
  UCMUCSI_CONNECTOR_COLLECTION ConnectorCollectionHandle;
} UCMUCSI_PPM_CONFIG, *PUCMUCSI_PPM_CONFIG;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ucmucsippm-_ucmucsi_ppm_config)

_UCMUCSI_PPM_CONFIG structure

Description

Stores configuration information required to create a Platform Policy Manager (PPM). Initialize this structure by calling UCMUCSI_PPM_CONFIG_INIT. This structure is used in the UcmUcsiPpmCreate call.

Members

Size

UsbDeviceControllerEnabled

A boolean value that indicates whether or not to enable the device controller.

ConnectorCollectionHandle

The ConnectorCollectionHandle member must be set to the handle retrieved in a previous call to UcmUcsiConnectorCollectionCreate.

Remarks

See also

UcmUcsiPpmCreate UcmUcsiConnectorCollectionCreate