GetBkColor (gdi32)
Last changed: anonymous

.
Summary

C# Signature:

[DllImport("gdi32.dll")]
static extern uint GetBkColor(IntPtr hdc);

VB.NET Signature

<DllImport("gdi32.dll", SetLastError:=True)> _
Public Function GetBkColor(hdc As IntPtr) As UInteger
End Function

VB Signature

Public Declare Function GetBkColor Lib "gdi32" _
          (ByVal prmlngHD As Long) As Long

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
GetBkColor on MSDN