Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling WIN API
Message
De
21/03/1997 09:46:16
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Calling WIN API
Divers
Thread ID:
00025176
Message ID:
00025176
Vues:
82
Sorry, I couldn't reply to the original message.

Here is the API I need to call. Anyway I've done a .DLL in the meantime, but I'd like to know if it's possible to call it using only VFP.

DWORD WNetAddConnection2(LPNETSOURCE lpNetSource, LPSTR lpPassword, LPSTR lpUserName, DWORD fdwConnection)

LPNETSOURCE defined as follow
{
dwType /* Integer, no problem */
lpLocalName /* Points to a string */
lpRemoteName /* Points to a string */
and so on ..
}

So, I could pass a string as lpUserName or lpPassord, but how do I pass lpRemoteName since it is a pointer to a string within a structure.

Can I construnct a Fox string as "0UserNamePassord...", I think I can not do that, can I?

Thank you all for replying.
Nick
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform