Expand Minimize
This topic has not yet been rated - Rate this topic

CreateRectRgnIndirect (Windows Embedded Compact 7)

1/23/2013

This function creates a rectangular region.


HRGN CreateRectRgnIndirect(
  const RECT* lprc
); 
lprc

[in] Long pointer to a RECT structure that contains the coordinates of the upper-left and lower-right corners of the rectangle that defines the region.

The handle to the region indicates success.

NULL indicates failure.

To get extended error information, call GetLastError.

The region will be exclusive of the bottom and right edges.

Windows Embedded Compact represents regions using 16-bit values.

Header

windows.h

Library

coredll.lib

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.