Skip to content

Latest commit

 

History

History
112 lines (80 loc) · 3.5 KB

ns-ntddstor-_storage_temperature_threshold.md

File metadata and controls

112 lines (80 loc) · 3.5 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:ntddstor._STORAGE_TEMPERATURE_THRESHOLD
_STORAGE_TEMPERATURE_THRESHOLD (ntddstor.h)
This structure is used to set the over or under temperature threshold of a storage device (via IOCTL_STORAGE_SET_TEMPERATURE_THRESHOLD).
storage\storage_temperature_threshold.htm
storage
03/29/2018
STORAGE_TEMPERATURE_THRESHOLD structure
*PSTORAGE_TEMPERATURE_THRESHOLD, PSTORAGE_TEMPERATURE_THRESHOLD, PSTORAGE_TEMPERATURE_THRESHOLD structure pointer [Storage Devices], STORAGE_TEMPERATURE_THRESHOLD, STORAGE_TEMPERATURE_THRESHOLD structure [Storage Devices], _STORAGE_TEMPERATURE_THRESHOLD, ntddstor/PSTORAGE_TEMPERATURE_THRESHOLD, ntddstor/STORAGE_TEMPERATURE_THRESHOLD, storage.storage_temperature_threshold
ntddstor.h
Ntddstor.h
Windows
Windows 10
Windows Server 2016
Windows
STORAGE_TEMPERATURE_THRESHOLD, *PSTORAGE_TEMPERATURE_THRESHOLD
_STORAGE_TEMPERATURE_THRESHOLD
ntddstor/_STORAGE_TEMPERATURE_THRESHOLD
PSTORAGE_TEMPERATURE_THRESHOLD
ntddstor/PSTORAGE_TEMPERATURE_THRESHOLD
STORAGE_TEMPERATURE_THRESHOLD
ntddstor/STORAGE_TEMPERATURE_THRESHOLD
APIRef
kbSyntax
HeaderDef
ntddstor.h
_STORAGE_TEMPERATURE_THRESHOLD
PSTORAGE_TEMPERATURE_THRESHOLD
STORAGE_TEMPERATURE_THRESHOLD

_STORAGE_TEMPERATURE_THRESHOLD structure

-description

This structure is used to set the over or under temperature threshold of a storage device (via IOCTL_STORAGE_SET_TEMPERATURE_THRESHOLD).

-struct-fields

-field Version

The version of the structure.

-field Size

The size of this structure. This should be set to sizeof(STORAGE_TEMPERATURE_THRESHOLD).

-field Flags

Flags set for this request. The following are valid flags.

Flag Description
STORAGE_PROTOCOL_COMMAND_FLAG_ADAPTER_REQUEST This flag indicates the request to target an adapter instead of device.

-field Index

Identifies the instance of temperature information. Starts from 0. Index 0 may indicate a composite value.

-field Threshold

A signed value that indicates the temperature of the threshold, in degrees Celsius.

-field OverThreshold

Indicates if the Threshold specifies the over or under temperature threshold. If true, set the OverThreshold temperature value of the device; otherwise, set the UnderThreshold temperature value.

-field Reserved

Reserved for future use.

-see-also

IOCTL_STORAGE_QUERY_PROPERTY

STORAGE_PROPERTY_ID

STORAGE_PROPERTY_QUERY

STORAGE_TEMPERATURE_INFO