現在のバックグラウンドの塗りつぶしモードを得る
Declare Function GetBkMode Lib "gdi32.dll" _
(ByVal hdc As Long) As Long
Declare Function GetBkMode Lib "gdi32.dll" _
(ByVal hdc As Integer) As Integer
int GetBkMode(
HDC hdc
);
引数
hdc
デバイスコンテキストのハンドル戻り値
正常終了のとき 内容を示す定数戻り値の定数
エラーのとき 0
OPAQUE = 2 バックグラウンドを塗りつぶす
TRANSPAENT = 1 同、塗りつぶさない