Documentação da API > External tasks > Object ProValuedata > Function ProValuedataWstringSet
Function ProValuedataWstringSet
Description
Stores a widestring in a ProValueData.
Synopsis
#include <ProValue.h>
ProValuedataWstringSet
(
/* (In)
the ProValueData to store in.
*/
wchar_t* wstring
/* (In)
the widestring to store.
*/
)
Returns
The storage succeeded.
The storage failed.
Sample Code References
User Guide References
Isto foi útil?