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