Searched defs:hrgn (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Additions/WINNT/VBoxTray/ |
H A D | VBoxSeamless.cpp | 56 HRGN hrgn; member in struct:__anon2041 246 HRGN hrgn = CreateRectRgn(0,0,0,0); local 248 int ret = GetWindowRgn(hwnd, hrgn); 253 SetRectRgn(hrgn, rectVisible.left, rectVisible.top, rectVisible.right, rectVisible.bottom); 258 OffsetRgn(hrgn, rectWindow.left, rectWindow.top); 260 if (lpParam->hrgn) 263 CombineRgn(lpParam->hrgn, lpParam->hrgn, hrgn, RGN_OR); 264 DeleteObject(hrgn); [all...] |
Completed in 53 milliseconds