This member function retrieves the current mapping mode.
int GetMapMode ( ) const;
| Header File | Afxwin.h | 
| Platforms | |
| Versions | 1.0 and later | 
| Complete documentation | Visual C++ documentation | 
The only mapping mode Windows CE supports is MM_TEXT, so the CDC::GetMapMode member function always returns MM_TEXT unless an error occurs, in which case it returns 0.
CDC Overview, CDC Member Functions, Graphical Drawing Classes