GetValue method of the MSFT_MTRegistryDword class

Gets the registry value object.

Syntax

uint32 GetValue(
  [in]  string               Name,
  [out] MSFT_MTRegistryValue Result
);

Parameters

Name [in]

The unique name of the registry value object.

Result [out]

On success, returns the requested MSFT_MTRegistryValue object.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\Windows\ManagementTools
MOF
RegProv.mof
DLL
RegProv.dll

See also

MSFT_MTRegistryDword