IConfigurationDataCollector::put_SystemStateFile method (pla.h)

Retrieves or sets the name of the file that contains the saved system state.

This property is read/write.

Syntax

HRESULT put_SystemStateFile(
  BSTR FileName
);

Parameters

FileName

Return value

None

Remarks

Do not include the path in the file name; the IDataCollectorSet::RootPath and IDataCollectorSet::Subdirectory properties determine the path to the file.

If you do not specify the name of the file, the system state is not retrieved.

The state information is a snapshot of the Circular Kernel Context Logger. The context logger provides a snapshot of the current state of the computer. The file contains kernel events. You can use the TraceRpt.exe tool to decode the events.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header pla.h
DLL Pla.dll

See also

IConfigurationDataCollector