Results 1 to 35 of 35

Thread: [RESOLVED] VB6 COM/Code Object Method Name ---> vTable Entry Number

Threaded View

  1. #14
    Frenzied Member
    Join Date
    Jun 2015
    Posts
    1,295

    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
  •  



Click Here to Expand Forum to Full Width