RegQueryValue (advapi32)
Last changed: Wernight-203.83.115.132

.
Summary
TODO - a short description

C# Signature:

[DllImport("advapi32.dll", SetLastError=true)]
static extern TODO RegQueryValue(TODO);

VB Signature:

    <DllImport("advapi32.dll", _
    EntryPoint:="RegQueryValueW", _
    SetLastError:=True, _
    CharSet:=CharSet.Unicode, _
    ExactSpelling:=True, _
    PreserveSig:=True, _
    CallingConvention:=CallingConvention.Winapi)> _
    Private Shared Function RegQueryValue( _
    ByVal KeyClass As Integer, _
    ByVal SubKey As Integer, _
    ByVal ClassDescription As StringBuilder, _
    ByRef sizeB As Integer) As Integer
    End Function

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation