共用方式為


DXGK_TIMED_OPERATION結構(dispmprt.h)

DXGK_TIMED_OPERATION 結構描述計時作業,其用於 Timed 作業介面

語法

typedef struct _DXGK_TIMED_OPERATION {
  [in]  USHORT        Size;
        ULONG_PTR     OwnerTag;
        BOOLEAN       OsHandled;
  [out] BOOLEAN       TimeoutTriggered;
        LARGE_INTEGER Timeout;
        LARGE_INTEGER StartTick;
} DXGK_TIMED_OPERATION, *PDXGK_TIMED_OPERATION;

成員

[in] Size

這個 結構的大小,以位元組為單位。

OwnerTag

[system]啟動計時作業之程式代碼中位置的指標。

OsHandled

[system]僅適用於系統。

[out] TimeoutTriggered

布爾值,指定是否觸發逾時。

Timeout

[system]僅適用於系統。

StartTick

[system]僅適用於系統。

言論

顯示迷你埠驅動程式不應該變更依賴以 [系統] 指定標示的成員。

要求

要求 價值
最低支援的用戶端 Windows Vista
標頭 dispmprt.h (包括 Dispmprt.h)

另請參閱

DXGK_TIMED_OPERATION_INTERFACE