"Alistair Leslie-Hughes" leslie_alistair@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);")