Group: Coordinate Space and Transformation - Library: gdi32
int GetMapMode(
HDC hdc // handle to device context
);
DECLARE INTEGER GetMapMode IN gdi32;
INTEGER hDC
hdc [in] Handle to the device context.
If the function succeeds, the return value specifies the mapping mode.
See also: SetMapMode.