Category
External tasks
, Object
ProValuedata
Function ProValuedataWstringSet
Description
Stores a widestring in a
ProValueData.
Synopsis
#include <
ProValue.h
>
ProError
ProValuedataWstringSet
(
ProValueData
*
value
/* (In)
the
ProValueData
to store in.
*/
wchar_t
*
wstring
/* (In)
the widestring to store.
*/
)
Returns
PRO_TK_NO_ERROR
The storage succeeded.
PRO_TK_GENERAL_ERROR
The storage failed.
Manual References:
Task Based Application Libraries: ProArgument and Argument Management
Task Based Application Libraries: ProArgument and Argument Management
Sample Code References:
pt_userguide ( UgInterfaceExport.c )
pt_userguide ( UgInterfaceExport.c )