Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Void structure?
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
01379065
Message ID:
01379071
Views:
15
Just some more info, here's how a demonstration C program looks:

00006 int CheckError(ASX_HANDLE hObj, int nLine);
00007
00008 ASX_HANDLE hSystem=0;
00009
00010 int main(int argc, char* argv[])
00011 {
00012
00013 ASX_ERROR asxError;
00014 int nAdapters=0;
00015 int i;
00016
00017 // create the system
00018 ASX_System_Create(ASX_SYSTEM_TYPE_HPI,&hSystem);


I'm not sure what line 8 is doing and how that works with the call in line 18.
Previous
Reply
Map
View

Click here to load this message in the networking platform