Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MAPI - InternetAutoDial
Message
De
25/02/2002 01:43:07
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
MAPI - InternetAutoDial
Divers
Thread ID:
00624393
Message ID:
00624393
Vues:
52
Can anyone guide me for the problem below, thanks in advanced.

1) Why my function 'AutoDial' below never show up the 'Dial-up Connection' dialog box and always return 1?

FUNCTION AutoDial(piType)
DECLARE INTEGER InternetAutodial IN WININET.DLL INTEGER dwFlags, INTEGER dwReserved

piType = IIF(TYPE('piType')='N',IIF(BETWEEN(piType,1,2),piType,1),1)
liSuccess = InternetAutodial(piType,0)

RETURN liSuccess
ENDFUNC
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform