GetWindow |
Declare Function Api_GetWindow& Lib "user32" Alias "GetWindow" (ByVal hWnd&, ByVal wCmd&) |
||||||||||||||||
Declare Function GetWindow Lib "user32" Alias "GetWindow" (ByVal hwnd As Long, ByVal wCmd As Long) As Long |
|||||||||||||||||
指定されたウィンドウと指定された関係(Zオーダー またはオーナー)にあるウィンドウのハンドルを返す。 |
|||||||||||||||||
パラメータ
拡張エラー情報を取得するには、GetLastError 関数を使う。 |