StorPortDelayExecution 函式 (storport.h)
StorPortDelayExecution 函式會以微秒為單位延遲目前線程的時間量。 如果目前的 IRQL 低於 DISPATCH_LEVEL,則目前的線程只會進入等候狀態,並允許執行其他線程。 否則,此例程會執行忙碌等候。
語法
ULONG StorPortDelayExecution(
PVOID HwDeviceExtension,
ULONG DelayInMicroseconds
);
參數
HwDeviceExtension
迷你埠的裝置擴充功能。
DelayInMicroseconds
延遲,以微秒為單位。
傳回值
此函式會傳回STOR_STATUS_SUCCESS或STOR_STATUS_NOT_IMPLEMENTED。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 10 (版本 1803) |
目標平台 | Universal |
標頭 | storport.h |