指定のウィンドウにヘルプコンテキストIDを関連付ける
Declare Function SetWindowContextHelpId Lib "user32.dll" _
(ByVal hWnd As Long, ByVal dwContextHelpId As Long) As Long
Declare Function SetWindowContextHelpId Lib "user32.dll" _
(ByVal hWnd As Integer, ByVal dwContextHelpId As Integer) As Integer
BOOL SetWindowContextHelpId(
HWND hwnd,
DWORD dwContextHelpId
);
引数
hWnd
ウィンドウのハンドルdwContextHelpId
ヘルプコンテキストID戻り値
正常終了のとき 0以外
エラーのとき 0