Title: RE: [MSVC] function pointers

>
> MAPILOGONEX MAPILogonEx;
>
> Thats the way in which is declared MAPILogonEx. The same applies for all
> mapi fucntions declared in mapix.h

Hmmm... that's kinda curious (I didn't get as far as seeing that declaration
when looking at the header).

I don't know why they have put that it looks kind of redundant. Unless
someone knows why, I'd say ignore it and stick with the

LPMAPILOGONEX lpfnLogon = (LPMAPILOGONEX)GetProcAddress(...);
hResult = (*lpfnLogon)(param, param, param, param);

way of doing it and see if it works.

--
Jason Teagle
[EMAIL PROTECTED]

Reply via email to