UCM_CONNECTOR_CONFIG_INIT function (ucmmanager.h)

Initializes a UCM_CONNECTOR_CONFIG structure.

Syntax

void UCM_CONNECTOR_CONFIG_INIT(
  [out] PUCM_CONNECTOR_CONFIG Config,
  [in]  ULONGLONG             ConnectorId
);

Parameters

[out] Config

Pointer to a caller-allocated UCM_CONNECTOR_CONFIG structure to initialize.

[in] ConnectorId

The identifier to assign to the connector object. If there is only one connector, pass 0.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server Windows Server 2016
Target Platform Windows
Minimum KMDF version 1.15
Minimum UMDF version 2.15
Header ucmmanager.h (include Ucmcx.h)

See also

UCM_MANAGER_CONFIG