IDataManager::get_EventsFileName method (pla.h)

Retrieves or sets the name for the events file.

This property is read/write.

Syntax

HRESULT get_EventsFileName(
  BSTR *pbstrFilename
);

Parameters

pbstrFilename

Return value

None

Remarks

PLA uses the file name only if you include the plaCreateReport value of the DataManagerSteps enumeration in the Steps parameter of the IDataManager::Run method and if the data collection set contains trace data collectors.

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

IDataManager