GetClipBox (Windows CE 5.0)

Send Feedback

This function retrieves the dimensions of the tightest bounding rectangle that can be drawn around the current visible area on the device. The visible area is defined by the current clipping region as well as any overlapping windows.

intGetClipBox(HDChdc, LPRECTlprc);

Parameters

  • hdc
    [in] Handle to the device context.
  • lprc
    [out] Long pointer to a RECT structure that is to receive the rectangle dimensions.

Return Values

The return value specifies the clipping box's complexity.

NULLREGION indicates that the region is empty.

SIMPLEREGION indicates that the region is a single rectangle.

COMPLEXREGION indicates that the region is more than one rectangle.

ERROR indicates that an error occurred.

To get extended error information, call GetLastError.

Remarks

GetClipBox returns logical coordinates based on the specified device context.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Windows.h.
Link Library: Coredll.lib.

See Also

RECT | GDI Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.