UCMUCSI_PPM_CONFIG_INIT - NtDoc

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

VOID UCMUCSI_PPM_CONFIG_INIT(
  PUCMUCSI_PPM_CONFIG          Config,
  UCMUCSI_CONNECTOR_COLLECTION CollectionObject
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ucmucsippm-ucmucsi_ppm_config_init)

UCMUCSI_PPM_CONFIG_INIT function

Description

Initializes a UCMUCSI_PPM_CONFIG structure.

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.

Remarks

See also

UcmUcsiPpmCreate UcmUcsiConnectorCollectionCreate