API 文件集 > Feature element trees > 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
這是否有幫助?