The GetWindowRgn function obtains a copy of the window region of a window. The window region of a window is set by calling the SetWindowRgn function. The window region determines the area within the window where the operating system permits drawing. The operating system does not display any portion of a window that lies outside of the window region
int GetWindowRgn(
HWND hWnd, |
// handle to window whose window region is to be obtained |
HRGN hRgn |
// handle to region that receives a copy of the window region |
); |
The return value specifies the type of the region that the function obtains. It can be one of the following values:
Value |
Meaning |
NULLREGION |
The region is empty. |
SIMPLEREGION |
The region is a single rectangle. |
COMPLEXREGION |
The region is more than one rectangle. |
ERROR |
An error occurred; the region is unaffected. |
The coordinates of a window’s window region are relative to the upper-left corner of the window, not the client area of the window.
To set the window region of a window, call the SetWindowRgn function.
file: /Techref/os/win/api/win32/func/src/f43.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/3 02:23,
3.14.134.31:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/Techref/os/win/api/win32/func/src/f43.htm"> GetWindowRgn</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.