// ucmmanager.h
VOID UCM_CONNECTOR_CONFIG_INIT(
[out] PUCM_CONNECTOR_CONFIG Config,
[in] ULONGLONG ConnectorId
);
View the official Windows Driver Kit DDI referenceNo description available.
Initializes a UCM_CONNECTOR_CONFIG structure.
Config [out]Pointer to a caller-allocated UCM_CONNECTOR_CONFIG structure to initialize.
ConnectorId [in]The identifier to assign to the connector object. If there is only one connector, pass 0.