The WINDOWPOS structure contains information about the size and position of a window.
typedef struct _WINDOWPOS { // wp HWND hwnd; HWND hwndInsertAfter; int x; int y; int cx; int cy; UINT flags; } WINDOWPOS;
Value |
Meaning |
SWP_DRAWFRAME |
Draws a frame (defined in the window’s class description) around the window. |
SWP_FRAMECHANGED |
Sends a WM_NCCALCSIZE message to the window, even if the window’s size is not being changed. If this flag is not specified, WM_NCCALCSIZE is sent only when the window’s size is being changed. |
SWP_HIDEWINDOW |
Hides the window. |
SWP_NOACTIVATE |
Does not activate the window. If this flag is not set, the window is activated and moved to the top of either the topmost or non-topmost group (depending on the setting of the hWndInsertAfter parameter). |
SWP_NOCOPYBITS |
Discards the entire contents of the client area. If this flag is not specified, the valid contents of the client area are saved and copied back into the client area after the window is sized or repositioned. |
SWP_NOMOVE |
Retains the current position (ignores the X and Y parameters). |
SWP_NOOWNERZORDER |
Does not change the owner window’s position in the Z order. |
SWP_NOREDRAW |
Does not redraw changes. If this flag is set, no repainting of any kind occurs. This applies to the client area, the nonclient area (including the title bar and scroll bars), and any part of the parent window uncovered as a result of the window being moved. When this flag is set, the application must explicitly invalidate or redraw any parts of the window and parent window that need redrawing. |
SWP_NOREPOSITION |
Same as the SWP_NOOWNERZORDER flag. |
SWP_NOSENDCHANGING |
Prevents the window from receiving the WM_WINDOWPOSCHANGING message. |
SWP_NOSIZE |
Retains the current size (ignores the cx and cy parameters). |
SWP_NOZORDER |
Retains the current Z order (ignores the hWndInsertAfter parameter). |
SWP_SHOWWINDOW |
Displays the window. |
EndDeferWindowPos, SetWindowPos, WM_NCCALCSIZE
file: /Techref/os/win/api/win32/struc/src/str24_16.htm, 5KB, , updated: 2000/4/7 11:20, local time: 2024/11/4 23:23,
3.133.120.10: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/struc/src/str24_16.htm"> WINDOWPOS</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Ashley Roll has put together a really nice little unit here. Leave off the MAX232 and keep these handy for the few times you need true RS232! |
.