Struct winapi::winuser::WINDOWPOS
[−]
[src]
pub struct WINDOWPOS { pub hwnd: HWND, pub hwndInsertAfter: HWND, pub x: c_int, pub y: c_int, pub cx: c_int, pub cy: c_int, pub flags: UINT, }
lParam of WM_WINDOWPOSCHANGING, WM_WINDOWPOSCHANGED
Fields
hwnd | |
hwndInsertAfter | hwnd or HWND_BOTTOM, HWND_NOTOPMOST, HWND_TOP, HWND_TOPMOST |
x | |
y | |
cx | |
cy | |
flags | SWP_* |