Export method of the MSFT_HgsGuardian class

Exports a guardian to an XML file.

Syntax

uint32 Export(
  [in] string           Path,
  [in] MSFT_HgsGuardian InputObject
);

Parameters

Path [in]

The path to the file to write an XML representation of the guardian.

InputObject [in]

A MSFT_HgsGuardian object containing the guardian to export.

Requirements

Minimum supported client
Windows 10 [desktop apps only]
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\Windows\Hgs
MOF
HgsClientWmi.mof
DLL
HgsClientWmi.dll

See also

MSFT_HgsGuardian