Skip to content

Latest commit

 

History

History
68 lines (56 loc) · 1.8 KB

nf-storport-storportquerytimermininterval.md

File metadata and controls

68 lines (56 loc) · 1.8 KB
UID tech.root title ms.date targetos description req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NF:storport.StorPortQueryTimerMinInterval
storage
StorPortQueryTimerMinInterval
05/13/2021
Windows
StorPortQueryTimerMinInterval queries the minimum timer resolution that is supported by the system clock.
function
storport.h
Windows Server 2022
apiref
HeaderDef
storport.h
StorPortQueryTimerMinInterval
StorPortQueryTimerMinInterval
storport/StorPortQueryTimerMinInterval
c++

-description

StorPortQueryTimerMinInterval queries the minimum timer resolution that is supported by the system clock.

-parameters

-param HwDeviceExtension [in]

A pointer to the miniport's device extension.

-param TimerMinInterval [out]

Pointer to a ULONG in which this function writes the minimum time interval, in 100-nanosecond units, between successive ticks of the system clock.

-returns

This function returns one of the following status codes.

Return code Description
STOR_STATUS_SUCCESS The timer minimum interval was successfully queried.
STOR_STATUS_INVALID_PARAMETER A parameter is invalid.
STOR_STATUS_UNSUCCESSFUL Returned for other internal system reasons.

-remarks

A miniport can call this function to query the minimum timer resolution that is supported by the system clock, which can be helpful for implementing I/O polling.