Skip to content

Latest commit

 

History

History
81 lines (63 loc) · 2.92 KB

nf-pla-idatamanager-run.md

File metadata and controls

81 lines (63 loc) · 2.92 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:pla.IDataManager.Run
IDataManager::Run (pla.h)
Manually runs the data manager.
IDataManager interface [PLA]
Run method
IDataManager.Run
IDataManager::Run
Run
Run method [PLA]
Run method [PLA]
IDataManager interface
base.idatamanager_run
pla.idatamanager_run
pla/IDataManager::Run
pla\idatamanager_run.htm
PLA
a1016784-8841-485f-885e-3719bdb0ae05
12/05/2018
IDataManager interface [PLA],Run method, IDataManager.Run, IDataManager::Run, Run, Run method [PLA], Run method [PLA],IDataManager interface, base.idatamanager_run, pla.idatamanager_run, pla/IDataManager::Run
pla.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Pla.dll
Windows
19H1
IDataManager::Run
pla/IDataManager::Run
c++
APIRef
kbSyntax
COM
Pla.dll
IDataManager.Run

IDataManager::Run

-description

Manually runs the data manager.

-parameters

-param Steps [in]

Determines whether the folder actions and resource policies are applied and how to generate the report. For possible steps, see the DataManagerSteps enumeration.

-param bstrFolder [in]

The folder under the IDataCollectorSet::RootPath property that contains the files used to generate the report. If NULL, PLA uses all the files in the collection. This folder is used only if the Steps parameter includes plaCreateReport or plaRunRules.

-param Errors [out]

An IValueMap interface that you use to retrieve any errors that occurred. The value map can contain the list of directories where errors were encountered, along with the error codes. The IValueMap::Count property is zero if there were no errors.

-returns

Returns S_OK if successful.

-remarks

Data management runs in the current process and blocks until the data management steps complete.

To automatically run the data manager when the data collector set finishes running, set the IDataManager::Enabled property to VARIANT_TRUE.

-see-also

IDataManager