Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to declare Visual Basic TYPE STATEMENT in Foxpro?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
How to declare Visual Basic TYPE STATEMENT in Foxpro?
Miscellaneous
Thread ID:
00469364
Message ID:
00469364
Views:
50
When looking into different API's, the syntax of writing codes are most often in Visual C or Visual Basic. One of my problems is how to understand how to write code in Foxpro where the parameter in the API function consists of more than one element. In Visual Basic there is the TYPE STATEMENT.
For example:
Private Type NETRESOURCE
dwScope As Long
dwType As Long
dwDisplayType As Long
dwUsage As Long
lpLocalName As String
lpRemoteName As String
lpComment As String
lpProvider As String
End Type

What is the syntax in the Foxpro language?
Next
Reply
Map
View

Click here to load this message in the networking platform