RegGetValue (advapi32)
Last changed: @GymMammoth-24.229.121.34

.
Summary
Retrieves the type and data for the specified registry value

C# Signature:

[DllImport("advapi32.dll", SetLastError=true)]
static extern long RegGetValue(
    IntPtr hkey,
    string lpSubKey,
    string lpValue,
    uint dwFlags,
    out IntPtr pdwType,
    out IntPtr pvData,
    IntPtr pcbData);

VB Signature:

Declare Function RegGetValue Lib "advapi32.dll" (TODO) As TODO

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
RegGetValue on MSDN