RegistryHelperEnumSubkeyByIndex Method
Enumerates a sub-key of the given key specified by index.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public static string EnumSubkeyByIndex(
UIntPtr hkey,
ref uint dwIndex,
out bool noMoreItemsOut
)
- hkey UIntPtr
- The predefined or opened registry key (e.g. HKEY_LOCAL_MACHINE).
- dwIndex UInt32
- Specifies sub-key index to enumerate. This is incremented here.
- noMoreItemsOut Boolean
- Specifies the status of ptszName and the enumeration.
- If this is true the caller shouldn't call EnumKeyByIndex anymore and cannot use ptszName.
StringReturns the sub-key name.