Click here to Skip to main content
15,893,486 members
Home / Discussions / COM
   

COM

 
AnswerRe: How to iterate vtable of COM coclass? Pin
KingsGambit11-Mar-10 0:02
KingsGambit11-Mar-10 0:02 
GeneralRe: How to iterate vtable of COM coclass? Pin
glitteringsound11-Mar-10 0:34
glitteringsound11-Mar-10 0:34 
GeneralRe: How to iterate vtable of COM coclass? Pin
Richard MacCutchan11-Mar-10 1:42
mveRichard MacCutchan11-Mar-10 1:42 
GeneralRe: How to iterate vtable of COM coclass? Pin
R@jeev K R11-Mar-10 3:11
R@jeev K R11-Mar-10 3:11 
GeneralRe: How to iterate vtable of COM coclass? Pin
KingsGambit11-Mar-10 21:20
KingsGambit11-Mar-10 21:20 
GeneralRe: How to iterate vtable of COM coclass? Pin
Cool_Dev11-Mar-10 1:53
Cool_Dev11-Mar-10 1:53 
GeneralRe: How to iterate vtable of COM coclass? Pin
glitteringsound11-Mar-10 2:36
glitteringsound11-Mar-10 2:36 
GeneralRe: How to iterate vtable of COM coclass? Pin
Cool_Dev11-Mar-10 3:17
Cool_Dev11-Mar-10 3:17 
size of the returned interface ptr will be size of a pointer (4 bytes as any pointer). so in order to call the functions using that ptr, u need to have their declarations. Also for all com interfaces, first few entries in vtable will point to the implementation of functions from the base interfaces, such as QueryInterface, AddRef ... of IUnknown. So think whether ur plan is going to work our or not..
GeneralRe: How to iterate vtable of COM coclass? Pin
Frederick J. Harris29-Mar-10 10:48
Frederick J. Harris29-Mar-10 10:48 
AnswerRe: How to iterate vtable of COM coclass? Pin
Stephen Hewitt11-Mar-10 15:00
Stephen Hewitt11-Mar-10 15:00 
GeneralRe: How to iterate vtable of COM coclass? Pin
glitteringsound11-Mar-10 19:30
glitteringsound11-Mar-10 19:30 
GeneralRe: How to iterate vtable of COM coclass? Pin
Cool_Dev11-Mar-10 19:41
Cool_Dev11-Mar-10 19:41 
GeneralRe: How to iterate vtable of COM coclass? Pin
glitteringsound11-Mar-10 20:52
glitteringsound11-Mar-10 20:52 
QuestionVisual Prolog and .NET Pin
Ryan Minor10-Mar-10 8:07
Ryan Minor10-Mar-10 8:07 
QuestionIs it possible for reflections for COM Exe or COM DLL? Pin
glitteringsound9-Mar-10 6:04
glitteringsound9-Mar-10 6:04 
AnswerRe: Is it possible for reflections for COM Exe or COM DLL? Pin
Jonathan Davies9-Mar-10 6:16
Jonathan Davies9-Mar-10 6:16 
GeneralRe: Is it possible for reflections for COM Exe or COM DLL? Pin
glitteringsound9-Mar-10 6:23
glitteringsound9-Mar-10 6:23 
AnswerRe: Is it possible for reflections for COM Exe or COM DLL? Pin
Richard MacCutchan9-Mar-10 6:23
mveRichard MacCutchan9-Mar-10 6:23 
GeneralRe: Is it possible for reflections for COM Exe or COM DLL? Pin
glitteringsound9-Mar-10 6:28
glitteringsound9-Mar-10 6:28 
GeneralRe: Is it possible for reflections for COM Exe or COM DLL? Pin
Richard MacCutchan9-Mar-10 7:25
mveRichard MacCutchan9-Mar-10 7:25 
GeneralRe: Is it possible for reflections for COM Exe or COM DLL? Pin
glitteringsound9-Mar-10 19:07
glitteringsound9-Mar-10 19:07 
GeneralRe: Is it possible for reflections for COM Exe or COM DLL? Pin
Richard MacCutchan9-Mar-10 21:33
mveRichard MacCutchan9-Mar-10 21:33 
GeneralRe: Is it possible for reflections for COM Exe or COM DLL? Pin
glitteringsound9-Mar-10 23:28
glitteringsound9-Mar-10 23:28 
GeneralRe: Is it possible for reflections for COM Exe or COM DLL? Pin
Richard MacCutchan9-Mar-10 23:41
mveRichard MacCutchan9-Mar-10 23:41 
GeneralRe: Is it possible for reflections for COM Exe or COM DLL? Pin
glitteringsound10-Mar-10 0:40
glitteringsound10-Mar-10 0:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.