Title: RE: [MSVC] function pointers

> If the solution is the second scenario what for the header mapix.h???? if
> the solution is the first scanerio  please
> drop me an example about how to make a cast i don't know to do for
> example with the function MapiLogonEx

Having just looked, the types are already defined: thus, you should be able
to cast the result of GetProcAddress() like this:

MapiLogonEx = (LPMAPILOGONEX)GetProcAddress(...);

--
Jason Teagle
[EMAIL PROTECTED]

Reply via email to