GetWindowContextHelpId是vb環境中的一個函式,實現不能取得一個vb窗體或控制項的幫助場景的ID集。
VB聲明,說明,返回值,參數表,註解,
VB聲明
Declare Function GetWindowContextHelpId Lib "user32" Alias "GetWindowContextHelpId" (ByVal hWnd As Long) As Long
說明
取得與視窗關聯在一起的幫助場景ID
返回值
Long,幫助場景ID(如果有的話),否則返回零
參數表
hWnd Long,欲獲取幫助場景的那個視窗的句柄
註解
在vb環境中,這個函式不能取得一個vb窗體或控制項的幫助場景的ID集