Function ProValuedataStringSet
Description
Stores a string in a ProValueData.
Synopsis
#include <ProValue.h>
ProValuedataStringSet
(
/* (In)
the ProValueData to store in.
*/
char* string
/* (In)
the string to store.
*/
)
Returns
The storage succeeded.
The storage failed.
Sample Code References
User Guide References
これは役に立ちましたか?