Changeset 125 for trunk/include/helpers
- Timestamp:
- Dec 22, 2001, 12:03:00 PM (24 years ago)
- Location:
- trunk/include/helpers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/dosh.h
r124 r125 1009 1009 APIRET doshExecFreeExportedFunctions(PFSYSFUNCTION paFunctions); 1010 1010 1011 #define WINRT_ACCELERATOR 9 1012 #define WINRT_BITMAP 2 1013 #define WINRT_CURSOR 1 1014 #define WINRT_DIALOG 5 1015 #define WINRT_FONT 8 1016 #define WINRT_FONTDIR 7 1017 #define WINRT_ICON 3 1018 #define WINRT_MENU 4 1019 #define WINRT_RCDATA 10 1020 #define WINRT_STRING 6 1021 1011 1022 /* 1012 1023 *@@ FSYSRESOURCE: -
trunk/include/helpers/gpih.h
r113 r125 264 264 typedef GPIHCREATEMEMPS *PGPIHCREATEMEMPS; 265 265 266 HBITMAP XWPENTRY gpihCreateBitmap(HPS hpsMem, ULONG cx, ULONG 267 typedef HBITMAP XWPENTRY GPIHCREATEBITMAP(HPS hpsMem, ULONG cx, ULONG 266 HBITMAP XWPENTRY gpihCreateBitmap(HPS hpsMem, ULONG cx, ULONG cy); 267 typedef HBITMAP XWPENTRY GPIHCREATEBITMAP(HPS hpsMem, ULONG cx, ULONG cy); 268 268 typedef GPIHCREATEBITMAP *PGPIHCREATEBITMAP; 269 270 HBITMAP XWPENTRY gpihCreateBitmap2(HPS hpsMem, ULONG cx, ULONG cy, ULONG cPlanes, ULONG cBitCount); 269 271 270 272 HBITMAP XWPENTRY gpihCreateBmpFromPS(HAB hab, HPS hpsScreen, PRECTL prcl); … … 330 332 typedef GPIHCREATEXBITMAP *PGPIHCREATEXBITMAP; 331 333 334 PXBITMAP gpihCreateXBitmap2(HAB hab, 335 LONG cx, 336 LONG cy, 337 ULONG cPlanes, 338 ULONG cBitCount); 339 340 HBITMAP XWPENTRY gpihDetachBitmap(PXBITMAP pbmp); 341 332 342 VOID XWPENTRY gpihDestroyXBitmap(PXBITMAP *ppbmp); 333 343 typedef VOID XWPENTRY GPIHDESTROYXBITMAP(PXBITMAP *ppbmp);
Note:
See TracChangeset
for help on using the changeset viewer.