WDStatus 関数 (windowsdefender.h)
Windows Defenderの現在の状態を返します。
構文
HRESULT WDStatus(
[out] BOOL *pfEnabled
);
パラメーター
[out] pfEnabled
種類: BOOL*
ブール値としてWindows Defenderの状態。 TRUE は、Windows Defenderが有効な状態であることを意味します。 FALSE は、Windows Defenderが無効状態であることを意味します。
戻り値
型: HRESULT
この関数が成功すると、 S_OKが返されます。 そうでない場合は、HRESULT エラー コードを返します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | windowsdefender.h |
[DLL] | MpClient.dll |