Changeset 241 for branch/egtra-gdiplus/GdiPlusInit.ab
- Timestamp:
- May 9, 2007, 10:26:36 PM (18 years ago)
- Location:
- branch/egtra-gdiplus
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branch/egtra-gdiplus/GdiPlusInit.ab
r77 r241 3 3 #ifndef __GDIPLUSINIT_AB__ 4 4 #define __GDIPLUSINIT_AB__ 5 6 Namespace Gdiplus 5 7 6 8 Enum DebugEventLevel … … 34 36 End Type 35 37 36 Declare Function GdiplusStartup Lib "Gdi Plus.dll" (38 Declare Function GdiplusStartup Lib "Gdiplus.dll" ( 37 39 /*OUT*/ ByRef token As ULONG_PTR, 38 40 ByRef input As GdiplusStartupInput, 39 41 /*OUT*/ ByVal output As *GdiplusStartupOutput) As Status 40 42 41 Declare Sub GdiplusShutdown Lib "GdiPlus.dll" (ByVal token As ULONG_PTR) 43 Declare Sub GdiplusShutdown Lib "Gdiplus.dll" (ByVal token As ULONG_PTR) 44 45 End Namespace 42 46 43 47 #endif '__GDIPLUSINIT_AB__
Note:
See TracChangeset
for help on using the changeset viewer.