static extern uint CeRegEnumValue(uint hKey, int dwIndex, [MarshalAs(UnmanagedType.LPWStr)] string lpszValueName, ref int lpcbValueName, int lpReserved, ref int lpType, byte[] lpData, ref int lpcbData);
.
Declare Function CeRegEnumValue Lib "rapi.dll" (TODO) As TODO
The RegEnumValue function enumerates the values for the specified open registry key. The function copies one indexed value name and data block for the key each time it is called.
6/12/2007 6:37:57 PM - -131.107.0.89
.
static extern uint RegEnumValue(
.
Declare Auto Function RegEnumValue Lib "Advapi32" ( _
.
LONG RegEnumValue(
.
ret = RegEnumValue(hKey, i, sb, NameSize, IntPtr.Zero, IntPtr.Zero, IntPtr.Zero, IntPtr.Zero)