RestartDialog |
Declare Function Api_RestartDialog& Lib "shell32" Alias "RestartDialog" (ByVal hwndOwner&, ByVal lpstrReason$, ByVal uFlags&) |
|||||||||||||||
Declare Function RestartDialog Lib "shell32" Alias "RestartDialog" (ByVal hwndOwner As Long, ByVal lpstrReason As String, ByVal uFlags As Long) As Long |
||||||||||||||||
Windowsの終了または再起動を促すダイアログボックスを表示する。 |
||||||||||||||||
パラメータ [入力] オーナーウィンドウのハンドルを指定する。 lpstrReason [入力] 表示する文字列のメモリポインタを指定する。 uFlags [入力] 表示オプションに次の定数を指定する。
戻り値 |