Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Struct in VFP
Message
From
03/02/2002 02:30:44
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Struct in VFP
Miscellaneous
Thread ID:
00614512
Message ID:
00614512
Views:
50
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.
Next
Reply
Map
View

Click here to load this message in the networking platform