// 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 referenceNo description available.
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.
SizeUsbDeviceControllerEnabledA boolean value that indicates whether or not to enable the device controller.
ConnectorCollectionHandleThe ConnectorCollectionHandle member must be set to the handle retrieved in a previous call to UcmUcsiConnectorCollectionCreate.
UcmUcsiPpmCreate UcmUcsiConnectorCollectionCreate