Re: [4/7] [try 2] mapi32: Load and store MAPI function pointers after loading MAPI providers
31 Aug
2009
31 Aug
'09
2:43 p.m.
2009/8/31 Owen Rudge <orudge(a)codeweavers.com>:
+ mapiFunctions.MAPIAddress = (void*) get_mapi_function("MAPIAddress"); That's redundant now. Since you load the pointers all at once, you don't need get_mapi_function() to do the NULL check on the module. You can just enclose the entire block in an if and use GetProcAddress().
5948
Age (days ago)
5948
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet