Category External tasks, Object ProValuedata

Function ProValuedataWstringSet


Description
Stores a widestring in a ProValueData.
Synopsis
#include <ProValue.h>
ProErrorProValuedataWstringSet(
ProValueData* value
/* (In)
the ProValueData to store in.
*/
wchar_t* wstring
/* (In)
the widestring to store.
*/
)
Returns
PRO_TK_NO_ERRORThe storage succeeded.
PRO_TK_GENERAL_ERRORThe storage failed.

Manual References:

  1. Task Based Application Libraries: ProArgument and Argument Management
  2. Task Based Application Libraries: ProArgument and Argument Management

Sample Code References:

  1. pt_examples ( TestProcstep.c )
  2. pt_userguide ( UgInterfaceExport.c )
  3. pt_userguide ( UgInterfaceExport.c )