home *** CD-ROM | disk | FTP | other *** search
- Attribute VB_Name = "modEx6b"
- Option Explicit
-
- Public Function Callback1_EnumFormats(ByVal lpstr As Long) As Long
- Ex6b.List1.AddItem agGetStringFromPointer(lpstr) ' Note string extraction
- Callback1_EnumFormats = 1 ' Use API TRUE value, not VB's
- End Function
-
- Public Function Callback2_EnumFormats(ByVal lpstr As Long) As Long
- Ex6b.List2.AddItem agGetStringFromPointer(lpstr) ' Note string extraction
- Callback2_EnumFormats = 1 ' Use API TRUE value, not VB's
- End Function
-
-