UCM_CONNECTOR_CONFIG_INIT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ucmmanager.h

VOID UCM_CONNECTOR_CONFIG_INIT(
  [out] PUCM_CONNECTOR_CONFIG Config,
  [in]  ULONGLONG             ConnectorId
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ucmmanager-ucm_connector_config_init)

UCM_CONNECTOR_CONFIG_INIT function

Description

Initializes a UCM_CONNECTOR_CONFIG structure.

Parameters

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.

See also

UCM_MANAGER_CONFIG