Re: [2/5] winemapi: Add Simple MAPI functions
2009/12/15 Owen Rudge <orudge(a)codeweavers.com>:
+ 1 stdcall MAPIAddress(ptr ptr ptr long ptr long long ptr long ptr ptr) + 6 stdcall MAPILogoff(long long long long) +11 stdcall MAPISendMail(long long ptr long long)
These don't look quite right to me. Somewhat related, LHANDLE is a ULONG in include/mapi.h, but a ULONG_PTR in my copy of the PSDK.
On 16/12/2009 05:13, Henri Verbeet wrote:
These don't look quite right to me.
They were copied from the existing mapi32.dll. I think they're mostly correct, although they do use "ptr" instead of "str". I'll double-check them and update if necessary.
Somewhat related, LHANDLE is a ULONG in include/mapi.h, but a ULONG_PTR in my copy of the PSDK.
I can confirm the same with the Windows 7 PSDK, although I do have an older SDK that has it just as ULONG. I imagine it perhaps changed when Windows went 64-bit. I'll submit a patch for this too. Cheers, -- Owen Rudge http://www.owenrudge.net/
participants (2)
-
Henri Verbeet -
Owen Rudge