GETBKCOLOR = (FIRST + 0),
int GetBkColor(
static extern uint GetBkColor(IntPtr hdc);
Public Function GetBkColor(hdc As IntPtr) As UInteger
Public Declare Function GetBkColor Lib "gdi32" _