GetLayout

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This function returns the layout of a device context (DC).

Syntax

DWORD GetLayout(
  HDC hdc
);

Parameters

  • hdc
    [in] Handle to the DC.

Return Value

If the function succeeds, it returns the layout flags for the current device context. For more information, see SetLayout.

If the function fails, it returns GDI_ERROR. For extended error information, call GetLastError.

Remarks

The layout specifies the order in which text and graphics are revealed in a window or device context. The default is left-to-right. The GetLayout function tells you if the default has been changed through a call to SetLayout.

Requirements

Header windows.h
Library coredll.lib
Windows Embedded CE Windows CE 5.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

GDI Functions
SetLayout