Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
AD Authentication?
Message
De
23/02/2023 15:30:03
Antonio Lopes (En ligne)
BookMARC
Coimbra, Portugal
 
 
À
23/02/2023 14:08:23
John Ryan
Captain-Cooker Appreciation Society
Taumata Whakatangi ..., Nouvelle Zélande
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01686248
Message ID:
01686261
Vues:
130
This message has been marked as the solution to the initial question of the thread.
J'aime (1)
>Status update: looks as if the LDAP API is not available since it uses structures. E.g. LDAP_INIT should return a pointer to a structure, but in VFP it returns .T.
>
>
DECLARE ldap_init IN wldap32.dll string cAD,integer iPort
>? ldap_init("MyActiveDomain",389)
John, shouldn't it be
DECLARE LONG ldap_init IN wldap32.dll string cAD,integer iPort
? ldap_init("MyActiveDomain",389)
then?
----------------------------------
António Tavares Lopes
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform