|
-
Sep 29th, 2022, 03:19 AM
#12
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|