IDataManager::get_MaxFolderCount method (pla.h)

Retrieves or sets the maximum number of folders to be used by all data collectors in the set.

This property is read/write.

Syntax

HRESULT get_MaxFolderCount(
  ULONG *pulMaxFolderCount
);

Parameters

pulMaxFolderCount

Return value

None

Remarks

The maximum value applies to all subfolders under the path specified by 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