GetSubKeys method of the MSFT_MTRegistryKey class

Get child registry keys.

Syntax

uint32 GetSubKeys(
  [out] MSFT_MTRegistryKey Results[]
);

Parameters

Results [out]

On success, returns an array containing embedded instances of the child MSFT_MTRegistryKey objects.

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