CDC::GetWindowOrg

This method does not do anything in Windows CE. It is included for compatibility with existing code.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

CSize GetWindowOrg ( ) const;

Remarks

In Windows CE, you cannot change the window origin so this method does not actually do anything. It always returns (0,0).

See Also

CDC::GetViewportOrg, CPoint