PowerThermalChannelId Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |