GetWindowContextHelpId 関数 (winuser.h)

指定したウィンドウに関連付けられているヘルプ コンテキスト識別子 (存在する場合) を取得します。

構文

DWORD GetWindowContextHelpId(
  HWND unnamedParam1
);

パラメーター

unnamedParam1

型: HWND

ヘルプ コンテキスト識別子を取得するウィンドウのハンドル。

戻り値

型: DWORD

ウィンドウに 1 つがある場合はヘルプ コンテキスト識別子を返し、それ以外の場合は 0 を返します。

要件

   
サポートされている最小のクライアント Windows XP (デスクトップ アプリのみ)
サポートされている最小のサーバー Windows 2000 Server [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー winuser.h
Library User32.lib
[DLL] User32.dll

関連項目

SetWindowContextHelpId