GetDiagnosticInfo method of the MSFT_StorageSubSystem class

Gets the diagnostic information of the storage subsystem.

Syntax

UInt32 GetDiagnosticInfo(
  [in]  String  DestinationPath,
  [in]  UInt32  TimeSpan,
  [in]  String  ActivityId,
  [in]  Boolean IncludeOperationalLog,
  [in]  Boolean IncludeDiagnosticLog,
  [in]  Boolean IncludeLiveDump,
  [out] String  ExtendedStatus
);

Parameters

DestinationPath [in]

TimeSpan [in]

ActivityId [in]

IncludeOperationalLog [in]

IncludeDiagnosticLog [in]

IncludeLiveDump [in]

ExtendedStatus [out]

A string that contains an embedded MSFT_StorageExtendedStatus object.

This parameter allows the storage provider to return extended (implementation-specific) error information.

Return value

See Storage Management API Common Return Codes.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Namespace Root\Microsoft\Windows\Storage
MOF Storagewmi.mof

See also

MSFT_StorageSubSystem