指定した値を連結して LONG 値を作成します。
構文
DWORD MAKELONG(
WORD a,
WORD b
);
-パラメーター
-param a
新しい値の下位ワード。
-param b
新しい値の上位ワード。
-返す
型: long
新しい値です。
必要条件
| Requirement | 価値 |
|---|---|
| サポートされる最小クライアント | Windows 2000 Professional [デスクトップ アプリのみ] |
| サポートされている最小のサーバー | Windows 2000 Server [デスクトップ アプリのみ] |
| ヘッダー | minwindef.h (Windows.h を含む) |