次の方法で共有


PowerThermalChannelId Struct

Definition

Represents a unique identifier for a power/thermal channel, composed of an instance identifier and an interface type.

/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.Power.Thermal.PowerThermalApiContract, 65536)]
struct PowerThermalChannelId
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.Power.Thermal.PowerThermalApiContract), 65536)]
public struct PowerThermalChannelId
var powerThermalChannelId = {
interfaceType : /* Your value */,
instanceId : /* Your value */
}
Public Structure PowerThermalChannelId
Inheritance
PowerThermalChannelId
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.26100.0)
API contract
Windows.System.Power.Thermal.PowerThermalApiContract (introduced in v1.0)

Fields

InstanceId

A value that uniquely identifies the channel instance.

InterfaceType

The interface type Guid that classifies the channel's interface.

Applies to