MSFT_StorageSubSystem 类的 StartDiagnosticLog 方法

启动存储子系统的诊断日志。

语法

UInt32 StartDiagnosticLog(
  [in]  UInt16 Level,
  [in]  UInt64 MaxLogSize,
  [out] String ExtendedStatus
);

参数

级别 [in]

MaxLogSize [in]

此值以兆字节为单位。

ExtendedStatus [out]

包含嵌入 MSFT_StorageExtendedStatus 对象的字符串。

此参数允许存储提供程序返回特定于实现的扩展 () 错误信息。

返回值

请参阅 存储管理 API 通用返回代码

要求

要求
最低受支持的客户端 Windows 10 [仅限桌面应用]
最低受支持的服务器 Windows Server 2016 [仅限桌面应用]
命名空间 Root\Microsoft\Windows\Storage
MOF Storagewmi.mof

另请参阅

MSFT_StorageSubSystem