Previous Topic: 64-bit Windows SupportNext Topic: Variable Name Case Sensitivity


Calling the C Proxy API from a C Program

To communicate to a CA Gen server, you must create a C program that includes the header file and has code to let you input the required data and display the output.

Note: For information on functions that you must call, see Proxy Function Prototypes. This section contains an example generated header file and an example C program that uses the header file and several of the Proxy functions. This is a simplified example. A more thorough coding example of a C proxy can be found in a subdirectory of the CA Gen install directory. The \sample\CProxy subdirectory contains example proxy application files cproxy.c and cproxy.mak.