IDataCollector::get_LatestOutputLocation method (pla.h)

Retrieves or sets the fully decorated file name that PLA used the last time it created the file.

This property is read/write.

Syntax

HRESULT get_LatestOutputLocation(
  BSTR *path
);

Parameters

path

Return value

None

Remarks

Typically, you do not set this property. When the data collector starts, PLA sets this property using the value from the IDataCollector::OutputLocation property.

You can set this property to empty if the file has been deleted.

For trace data collectors only, you can set this property to the name of the file to use. If it is not set, PLA creates it as it would for any other data collector.

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

IDataCollector

IDataCollector::OutputLocation