UCMUCSI_PPM_CONFIG_INIT function (ucmucsippm.h)
Initializes a UCMUCSI_PPM_CONFIG structure.
Syntax
void UCMUCSI_PPM_CONFIG_INIT(
PUCMUCSI_PPM_CONFIG Config,
UCMUCSI_CONNECTOR_COLLECTION CollectionObject
);
Parameters
Config
A pointer to a UCMUCSI_PPM_CONFIG structure to initialize.
CollectionObject
The handle to the connector collection object that the client driver retrieved in a previous call to UcmUcsiConnectorCollectionCreate.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum KMDF version | 1.27 |
Minimum UMDF version | N/A |
Header | ucmucsippm.h (include UcmUcsiCx.h) |