TIMECAPS 構造体 (timeapi.h)
TIMECAPS 構造体には、タイマーの解決に関する情報が含まれています。
構文
typedef struct timecaps_tag {
UINT wPeriodMin;
UINT wPeriodMax;
} TIMECAPS, *PTIMECAPS, *NPTIMECAPS, *LPTIMECAPS;
メンバー
wPeriodMin
サポートされている最小解像度 (ミリ秒単位)。
wPeriodMax
サポートされている最大解像度 (ミリ秒単位)。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 2000 Professional [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows 2000 Server [デスクトップ アプリのみ] |
Header | timeapi.h (Windows.h を含む) |