SetMapMode



I need to find out the current mapping mode being used by a window
given only that windows hWnd. I know that I can set the mapmode using
the aptly named SetMapMode API but I can not seem to find a companion
function like uhmm maybe GetMapMode. So how does one determine the
mapping mode currently being used by a DC?

Thanks,
Steve

.