IDataManager::get_MinFreeDisk method (pla.h)

Retrieves or sets the minimum free disk space that needs to exist before data collection begins.

This property is read/write.

Syntax

HRESULT get_MinFreeDisk(
  ULONG *MinFreeDisk
);

Parameters

MinFreeDisk

Return value

None

Remarks

The minimum value applies to the folder specified in the IDataCollectorSet::RootPath property. The IDataManager::CheckBeforeRunning property checks this limit. The data manager also checks the limit when it runs.

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