|
-
Oct 25th, 2022, 06:14 PM
#14
Re: [RESOLVED] VB6 COM/Code Object Method Name ---> vTable Entry Number
I would use the pubFuncTypeDesc.voff value over a self calculated value for vtable offset
This is what trick had and -2 because they set bit 1 of that field as a flag for some reason
All public vars will generate a get/let pair, and some will generate a get/let/set depending on variable type
Variant and object data types should have 3 entries per. There is a way to check the type of the var that’s part of tomorrows article.
Last edited by dz32; Oct 25th, 2022 at 06:18 PM.
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
|