CDC::GetWindowOrg

This member function of the CDC class does not do anything in Windows CE. It is included for compatibility with existing code.

Syntax

CSize GetWindowOrg ( ) const;

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

Remarks

In Windows CE, you cannot change the window origin so this member function does not actually do anything. It always returns (0,0). It is only included in Windows CE for compatibility with existing MFC code.

See Also

CDC Overview, CDC Member Functions, Graphical Drawing Classes, CDC::GetViewportOrg, CPoint