GetConfiguration method of the Control class

Read the active configuration of the collector.

Syntax

Uint32 GetConfiguration(
  [out] Uint32 TimestampLow,
  [out] Uint32 TimestampHigh
);

Parameters

TimestampLow [out]

When this method returns, this parameter contains the low-order bits of a timestamp that indicates when the configuration was set.

TimestampHigh [out]

When this method returns, this parameter contains the high-order bits of a timestamp that indicates when the configuration was set.

Return value

0

Failure

1

Success

Requirements

Requirement Value
Minimum supported client
Windows 10 [desktop apps only]
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\Windows\BootEventCollector
MOF
BootEventCollectorWMI.mof
DLL
BEvtCol.exe

See also

Control