CDC::GetGraphicsMode
Visual Studio 2012
Retrieves the current graphics mode for the specified device context.
int GetGraphicsMode() const;
Returns the current graphics mode on success. For a list of the values that this method can return, see GetGraphicsMode.
Returns 0 on failure.
To get extended error information, call GetLastError.
This method wraps the Windows GDI function GetGraphicsMode.