
VFP2C32 (acronym for "VFP to C 32 bit") is a bridge between Visual Foxpro and the C programming language.
Additionally it contains wrappers around many windows api functions.
With this library you're able to create any C datatype - structs, unions, arrays - from within VFP.
The creation of wrapper classes for C struct or union types is explained in the topic VFP2C32Front.
C arrays can be created with the classes in the vfp2carray.prg file.
The windows api wrappers allows you to use a wide range of functionality build into windows.
A registry api, querying printer information and controlling windows services just to name a few.
To get an overview have a look at the topic Functions by Category.