Function Reference


_WinAPI_GetMapMode

Retrieves the current mapping mode

#include <WinAPIGdi.au3>
_WinAPI_GetMapMode ( $hDC )

Parameters

$hDC Handle to the device context.

Return Value

Success: The value specifies the mapping mode (MM_*).
Failure: 0.

See Also

Search GetMapMode in MSDN Library.