Function ProVerstampStringGet
Description
Retrieves an ASCII string that corresponds to the version stamp (for permanent storage).
Replacement in Object TOOLKIT:
Synopsis
#include <ProVerstamp.h>
ProVerstampStringGet
(
/* (In)
The version stamp.
*/
char** string
/* (Out)
The string representation. The function allocates the memory for this argument. Use the function ProVerstampStringFree() to free this memory.
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
See Also
Sample Code References
User Guide References
這是否有幫助?