Changeset 111 for trunk/include/helpers/gpih.h
- Timestamp:
- Oct 18, 2001, 11:06:02 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/gpih.h
r94 r111 292 292 typedef GPIHSTRETCHBITMAP *PGPIHSTRETCHBITMAP; 293 293 294 BOOL XWPENTRY gpihIcon2Bitmap(HPS hpsMem, HPOINTER hptr, LONG lBkgndColor, ULONG ulIconSize); 295 typedef BOOL XWPENTRY GPIHICON2BITMAP(HPS hpsMem, HPOINTER hptr, LONG lBkgndColor, ULONG ulIconSize); 296 typedef GPIHICON2BITMAP *PGPIHICON2BITMAP; 294 BOOL XWPENTRY gpihIcon2Bitmap(HPS hpsMem, 295 HPOINTER hptr, 296 LONG lBkgndColor, 297 PPOINTL pptlLowerLeft, 298 ULONG ulIconSize); 297 299 298 300 /* ******************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.