次の方法で共有


GetValues method of the MSFT_MTRegistryKey class

Gets child registry values.

Syntax

uint32 GetValues(
  [out] MSFT_MTRegistryValue Results[]
);

Parameters

Results [out]

On success, returns an array containing embedded instances of the child MSFT_MTRegistryValue 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