MSDN Home >  MSDN Library >  User Interface Design and Development >  Windows Shell >  Windows Controls >  Individual Control Information >  Rich Edit Controls > 

EM_GETPAGEROTATE Message


Deprecated. An application sends an EM_GETPAGEROTATE message to get the text layout for a Microsoft Rich Edit control.

Syntax

To send this message, call the SendMessage function as follows.
lResult = SendMessage(     // returns DWORD in lResult
   (HWND) hWndControl,     // handle to destination control
   (UINT) EM_GETPAGEROTATE,     // message ID
   (WPARAM) wParam,     // = 0; not used, must be zero
   (LPARAM) lParam     // = 0; not used, must be zero
);

Parameters

wParam
Not used; must be zero.
lParam
Not used; must be zero.

Return Value

Gets the current text layout.

Remarks

Note  EM_GETPAGEROTATE is available in Microsoft Windows XP. It might be altered or unavailable in subsequent versions.

Message Information

Minimum DLL Versionmsftedit.dll
HeaderDeclared in Richedit.h
Minimum operating systems Windows XP SP1

See Also

Rich Edit Controls, EM_SETPAGEROTATE
 Contact Us   |  E-Mail this Page   |  MSDN Flash Newsletter
 © 2003 Microsoft Corporation. All rights reserved.   Terms of Use  Privacy Statement   Accessibility