In the C API, all objects must be initialized before they are used. To do this, call the Init function with a pointer to the relevant structure type:
InitServer(&myServer);
InitContact(&myContact);
InitLicense(&myLicense);
In the C API, all objects must be initialized before they are used. To do this, call the Init function with a pointer to the relevant structure type:
InitServer(&myServer);
InitContact(&myContact);
InitLicense(&myLicense);