Function ProStringVerstampGet
Description
Retrieves the version stamp, given the corresponding ASCII string.
This function is the opposite of ProVerstampStringGet().
Synopsis
#include <ProVerstamp.h>
ProStringVerstampGet
(
char* string
/* (In)
The version string
*/
ProWVerstamp* p_stamp
/* (Out)
The string representation
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
See Also
Sample Code References
User Guide References
這是否有幫助?