source:
trunk/src/gdi32/region.h@
10478
| Last change on this file since 10478 was 10374, checked in by , 22 years ago | |
|---|---|
| File size: 329 bytes | |
| Line | |
|---|---|
| 1 | //$Id: region.h,v 1.4 2004-01-11 11:42:22 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 | #endif //__REGION_H__ |
Note:
See TracBrowser
for help on using the repository browser.
