27 Mar
2008
27 Mar
'08
11:50 a.m.
"Alistair Leslie-Hughes" <leslie_alistair(a)hotmail.com> wrote:
In an IDL file I need to define the following typedef HRESULT (__stdcall *FExecuteInAppDomainCallback) (void* cookie);
How do i get midl to understand what __stdcall is defined to?
indexsrv.idl does: cpp_quote("struct tagTEXT_SOURCE;") cpp_quote("typedef HRESULT (WINAPI *PFNFILLTEXTBUFFER)(struct tagTEXT_SOURCE *pTextSource);") -- Dmitry.