Results 1 to 17 of 17

Thread: [RESOLVED, not possible] Can't get "Class" AddressOf to work

Threaded View

  1. #12
    Frenzied Member
    Join Date
    Jun 2015
    Posts
    1,296

    Re: Can't get "Class" AddressOf to work

    I like the trick of having the compiler reveal its own vtable

    Has anyone looked into how the idispatch->invoke or itypeinfo->invoke finds the function address from dispid/memberid?

    I haven’t spelunked through the reactos implementations fully yet. looks like we need to find the FUNCDESC struct

    https://github.com/reactos/reactos/b...ypelib.c#L7283

    Dispcallfunc may be another place to start.
    Last edited by dz32; Sep 30th, 2022 at 04:55 AM.

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