Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
New VB Features
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00425458
Message ID:
00427635
Views:
12
>>>VFP has had the ability to create structures since DEFINE CLASS was introduced.
>>>
>>
>>This is incorrect. Classes and Structures are two different things.
>
>Depends on point of view.

In another message, you offered to show someone how to implement a structure in VFP. If you don't mind could you use your method to create the following structure in VFP in a manner that would be suitable for use with an API call?
typedef struct _DllVersionInfo
{
    DWORD cbSize;
    DWORD dwMajorVersion;
    DWORD dwMinorVersion;
    DWORD dwBuildNumber;
    DWORD dwPlatformID;
}DLLVERSIONINFO;
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform