|
-
Sep 17th, 2021, 01:48 PM
#12
Re: Need help or documentation on vba6.dll functions, Eb api
 Originally Posted by TTn
I think there needs to be a minor correction to post #7 for the number of args since it is zero padded, ie:
Code:
For lIndex = 0 To lArgs -1
' // 0 - return type
TipGetArgType pFnInfo, lIndex, lType
Debug.Print lType
Next
No. The zero index is the type of return value.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|