ALTTABINFO 構造体 (winuser.h)
アプリケーション切り替え (Alt + TAB) ウィンドウの状態情報が含まれます。
構文
typedef struct tagALTTABINFO {
DWORD cbSize;
int cItems;
int cColumns;
int cRows;
int iColFocus;
int iRowFocus;
int cxItem;
int cyItem;
POINT ptStart;
} ALTTABINFO, *PALTTABINFO, *LPALTTABINFO;
メンバー
cbSize
型: DWORD
構造体のサイズ (バイト単位)。 呼び出し元はこれを に設定する sizeof(ALTTABINFO)
必要があります。
cItems
型: int
ウィンドウ内の項目の数。
cColumns
型: int
ウィンドウ内の列の数。
cRows
型: int
ウィンドウ内の行数。
iColFocus
型: int
フォーカスがある項目の列。
iRowFocus
型: int
フォーカスがある項目の行。
cxItem
型: int
アプリケーション切り替えウィンドウ内の各アイコンの幅。
cyItem
型: int
アプリケーション切り替えウィンドウの各アイコンの高さ。
ptStart
種類: POINT
最初のアイコンの左上隅。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 2000 Professional [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows 2000 Server [デスクトップ アプリのみ] |
Header | winuser.h (Windows.h を含む) |
関連項目
概念
リファレンス