Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing values to a win32api
Message
De
03/11/1997 15:58:51
Simon Williams
First Data Merchant Services
Coral Springs, Floride, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Passing values to a win32api
Divers
Thread ID:
00058045
Message ID:
00058045
Vues:
92
How can I pass multiple values to a win32api from Visual FoxPro?

Basically I need to fill this structure prior of calling the bind function.

struct sockaddr {
u_short sa_family;
char sa_data[14];
};

int bind (
SOCKET s,
const struct sockaddr FAR * addr,
int namelen
);

Thanks in advance for your help.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform