<Return[S]><Top>

ShowWindowAsync

Declare Function Api_ShowWindowAsync& Lib "user32" Alias "ShowWindowAsync" (ByVal hWnd&, ByVal nCmdShow&)

Declare Function ShowWindowAsync Lib "user32" (ByVal hWnd As Long, ByVal nCmdShow As Long) As Long

別のスレッドによって作成されたウィンドウの表示状態を設定する。

パラメータ
hWnd
    ウィンドウのハンドルを指定する。
nCmdShow
    ウィンドウの表示方法を指定する。

戻り値
    設定前にウィンドウが可視だった場合、0 以外の値が返る。
    設定前にウィンドウが隠れていた場合、0 が返る。