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