IShellDispatch4.WindowsSecurity メソッド
[Windows セキュリティ] ダイアログ ボックスを表示します。
構文
IShellDispatch4.WindowsSecurity()
IShellDispatch4.WindowsSecurity()
パラメーター
このメソッドにはパラメーターはありません。
戻り値
JScript
このメソッドは値を返しません。
VB
このメソッドは値を返しません。
解説
このメソッドは、Ctrl + Alt + DELETE キーを押すか、[ スタート ] メニューのセキュリティ オプションを使用した後に表示されるダイアログ ボックスを表示します。
注意
このメソッドは、ターミナル セッションによって Microsoft ターミナル サーバーに接続されている場合にのみ使用できます。
例
次の例は、JScript、VBScript、Visual Basic の WindowsSecurity の使用を示しています。
Jscript:
<script language="JScript">
function fnIShellDispatch4WindowsSecurityJ()
{
var objShell = new ActiveXObject("shell.application");
objshell.WindowsSecurity();
}
</script>
Vbscript:
<script language="VBScript">
function fnIShellDispatch4WindowsSecurityVB()
dim objShell
set objShell = CreateObject("shell.application")
objshell.WindowsSecurity
set objShell = nothing
end function
</script>
Visual Basic:
Private Sub fnIShellDispatch4WindowsSecurityVB()
Dim objShell As Shell
Set objShell = New Shell
objshell.WindowsSecurity
Set objShell = Nothing
End Sub
必要条件
要件 | 値 |
---|---|
サポートされている最小のクライアント |
Windows XP [デスクトップ アプリのみ] |
サポートされている最小のサーバー |
Windows Server 2003 [デスクトップ アプリのみ] |
Header |
|
IDL |
|
[DLL] |
|