RegistryHelperEnumSubkeys Method
            
            Enumerates all sub-keys. If key is missing, return empty vector.
            
            
            
              Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public static IList<string> EnumSubkeys(
	UIntPtr hkey,
	RegistryHelperRegistryAccessFlags accessFlags,
	string key
)
- hkey  UIntPtr
- The predefined or opened registry key (e.g. HKEY_LOCAL_MACHINE).
- accessFlags  RegistryHelperRegistryAccessFlags
- Options for accessing the registry, see enumRegistryAccessFlags.
- key  String
- Key name relative to hkey (e.g. SOFTWARE\Microsoft\Windows). If NULL,
            enumerates the sub-keys of hkey.
IListStringIList{string} ... Sub-keys.