Alistair Leslie-Hughes wrote:
Hi,
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?
midl or widl? AFAIK midl supports the __stdcall keyword.