Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pointer to pointer to IUnknown based interface
Message
De
14/02/2002 14:29:17
 
 
À
14/02/2002 13:51:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00620195
Message ID:
00620262
Vues:
14
>>
>>Declare Long MAPILogonEx IN MAPI32.DLL ;
>>	Long ulUIParam, ;
>>	String @ lpszProfileName, ;
>>	String @ lpszPassword, ;
>>	Long flFlags, ;
>>	Long @ lppSession
>>
>>So I receive a Long integer that (should be) the pointer to IMAPISession.
>>I cannot use the VFP7 sys(3096) function because IMAPISession is not based on IDispatch interface.
>>
>
>You need to change the parameter type of the final argument to OBJECT, a new type (an indirected pointer to an interface.) See the VFP docs for VFP 7.

Nope
The functions parameter is not pointer to interface, but pointer to pointer to interface.
This you have told me I have already tried - with no result.
Zlatin Zlatev,
MCSD (VS6)

Make solutions, not programs!

Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform