Re: IConverterSession - Which Header file has the lpVtable Definition.
- From: "Leslie Milburn" <CDB4W@xxxxxxxxxxxxxxxxxx>
- Date: Wed, 20 Apr 2005 01:30:31 +1000
Hi Dan,
Thanks for the reply.
It looks like I'll have to give it a go - mind you looks prone to error in
my book.
Leslie.
"Dan Mitchell" <djmitchella@xxxxxxxxx> wrote in message
news:Xns963D5DCD91E34djmitchellayahoocom@xxxxxxxxxxxxxxxx
> "Leslie Milburn" <CDB4W@xxxxxxxxxxxxxxxxxx> wrote in
> news:Ot9278NRFHA.580@xxxxxxxxxxxxxxxxxxxx:
> > Anyone know which platform SDK header file the interface for this is
> > defined in ?
> > As I am using straight C, I really need a valid lpVTable Definition.
>
> It's not defined anywhere other than MSDN, that documentation is new from
> Microsoft, and they very carefully have _not_ given you all the vtable
> entries because they're only documenting the bits of the interface that
> they want you to know about.
>
> Even if you're doing it in C, can't you just put in blank entries in the
> array of function pointers, rather than having undefined ones in the class
> in C++? All you'd need is to pass the address of a function that returns
> S_OK or E_NOTIMPLEMENTED or whatever it requires, surely? Maybe I'm wrong,
> I've not done COM in C myself, I'll admit.
>
> -- dan
.
- References:
- IConverterSession - Which Header file has the lpVtable Definition.
- From: Leslie Milburn
- Re: IConverterSession - Which Header file has the lpVtable Definition.
- From: Dan Mitchell
- IConverterSession - Which Header file has the lpVtable Definition.
- Prev by Date: Re: IConverterSession - Which Header file has the lpVtable Definition.
- Next by Date: Re: How to save outlook emails as an eml file (again)
- Previous by thread: Re: IConverterSession - Which Header file has the lpVtable Definition.
- Next by thread: What is MAPI property 0x67400102
- Index(es):
Relevant Pages
|