Changeset 698 for trunk/ab5.0/ablib/src/GdiPlusInit.ab
- Timestamp:
- Mar 31, 2009, 2:09:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/ablib/src/GdiPlusInit.ab
r497 r698 1 1 ' GdiPlusInit.ab 2 2 3 Enum DebugEventLevel3 Const Enum DebugEventLevel 4 4 DebugEventLevelFatal 5 5 DebugEventLevelWarning 6 6 End Enum 7 7 8 Type def DebugEventProc = *Sub(level As DebugEventLevel, message As *CHAR)8 TypeDef DebugEventProc = *Sub(level As DebugEventLevel, message As *CHAR) 9 9 10 Type def NotificationHookProc = *Function(/*OUT*/ ByRef token As ULONG_PTR) As Status10 TypeDef NotificationHookProc = *Function(/*OUT*/ ByRef token As ULONG_PTR) As Status 11 11 TypeDef NotificationUnhookProc = *Sub(ByVal token As ULONG_PTR) 12 12
Note:
See TracChangeset
for help on using the changeset viewer.