source:
trunk/src/gdi32/region.h@
22012
| Last change on this file since 22012 was 10561, checked in by , 22 years ago | |
|---|---|
| File size: 412 bytes | |
| Line | |
|---|---|
| 1 | //$Id: region.h,v 1.5 2004-03-25 14:52:32 sandervl Exp $ |
| 2 | #ifndef __REGION_H__ |
| 3 | #define __REGION_H__ |
| 4 | |
| 5 | #include <dcdata.h> |
| 6 | |
| 7 | BOOL InitRegionSpace(); |
| 8 | void DestroyRegionSpace(); |
| 9 | |
| 10 | BOOL WIN32API OSLibDeleteRegion(HANDLE hRegion); |
| 11 | |
| 12 | HRGN GdiCopyClipRgn(pDCData pHps); |
| 13 | BOOL GdiDestroyRgn(pDCData pHps, HRGN hrgnClip); |
| 14 | |
| 15 | |
| 16 | LONG hdcHeight(HWND hwnd, pDCData pHps); |
| 17 | LONG hdcWidth(HWND hwnd, pDCData pHps); |
| 18 | |
| 19 | #endif //__REGION_H__ |
Note:
See TracBrowser
for help on using the repository browser.
