Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Type structure declaration in VFP
Message
 
 
À
25/09/2002 11:04:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00704257
Message ID:
00704321
Vues:
21
There're two classes in the download section that allow to work with structures in VFP:
Heap allocation class File #9482
API-Structures in VFP File #9557.
The second one has RAS examples.


>I've been trying to convert the following type structure declaration to Visual FoxPro but I can't get it to work:
>
>Public Type RasConn
> dwSize As Long
> hRasConn As Long
> szEntryName(RAS_MAXENTRYNAME) As Byte
> szDeviceType(RAS_MAXDEVICETYPE) As Byte
> szDeviceName(RAS_MAXDEVICENAME) As Byte
>End Type
>
>Anyone has any idea how to do the convertion??
>
>Thanks in advance!
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform