GetWindowPosition

メインウインドウのデスクトップ上の左上端座標を取得する( 枠も含める )

version(Windows)
@nogc extern
int
GetWindowPosition
(
int* x
,
int* y
)

Meta