UCMUCSI_PPM_CONFIG structure (ucmucsippm.h)
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.
Syntax
typedef struct _UCMUCSI_PPM_CONFIG {
ULONG Size;
BOOLEAN UsbDeviceControllerEnabled;
UCMUCSI_CONNECTOR_COLLECTION ConnectorCollectionHandle;
} UCMUCSI_PPM_CONFIG, *PUCMUCSI_PPM_CONFIG;
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.
Requirements
Requirement | Value |
---|---|
Minimum KMDF version | 1.27 |
Minimum UMDF version | N/A |
Header | ucmucsippm.h (include UcmUcsiCx.h) |