GetKey method of the MSFT_MTRegistryKey class

Gets the registry key object.

Syntax

uint32 GetKey(
  [in]  string             Name,
  [out] MSFT_MTRegistryKey Result
);

Parameters

Name [in]

The unique name of the registry key object.

Result [out]

On success, returns the MSFT_MTRegistryKey as an embedded instance.

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_MTRegistryKey