home *** CD-ROM | disk | FTP | other *** search
- Attribute VB_Name = "Module1"
- Option Explicit
- ' Copyright ⌐ 1997 by Desaware Inc. All Rights Reserved
-
- Public Function CbkEnumProps(ByVal hwnd As Long, ByVal lpstring As Long, ByVal hdata As Long) As Long
- Dim l As Long, lpstr As Long
- Debug.Print "Got Callback, prop name is " & agGetStringFromPointer(lpstring) & " data is " & hdata
- CbkEnumProps = True
- End Function
-
-