Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Struct in VFP
Message
De
03/02/2002 02:30:44
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Struct in VFP
Divers
Thread ID:
00614512
Message ID:
00614512
Vues:
51
Hello all,

I have a problem with DLL that was created in
Microsoft Visual C/C++ VERSION 6.0.One of the function contains a parameters
which type is a pointer to a structure with special variable type.

int Example_function(int first_param,Struct_Param * the_struct_param).

typedef struct{
unsigned long id;
unsigned long emp_id;
unsigned char version;
unsigned char sec_version;
.......................
}Struct_Param ;

Which type J must declare in
DECLARE [cFunctionType] FunctionName IN LibraryName [AS AliasName]...
?


Assuming that J define the first element of the structure.
But if J want to point to another ,how may J do it?

Thanks.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform