DLL deployed program exits must export the function with the following prototype:
int function_name( char Input_XML, char *Return_XML, int *Return_Buffer_Length)
The following list describes the parameters for the DLL deployed program exit prototype:
Name of the program exit. One DLL can export multiple program exits, where each program exit is an exported function with the prototype defined above.
Character buffer in UTF-8 format. It contains the XML buffer that the Provisioning Server passes to the program exit.
Character buffer in UTF-8 format., Iit is an empty buffer that the Provisioning Server passes to the program exit for it to send a return value back to the Provisioning Server. The size of the buffer is passed to the program exit is the Return_Buffer_Length parameter.
Both an input and output parameter:
Copyright © 2013 CA.
All rights reserved.
|
|