Documentação da API
>
External tasks
>
Object ProValuedata
> Function ProValuedataWstringSet
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.
Sample Code References
pt_examples ( TestProcstep.c )
pt_userguide ( UgInterfaceExport.c )
pt_userguide ( UgInterfaceExport.c )
User Guide References
ProArgument and Argument Management:ProValuedataWstringSet
Isto foi útil?
Este site funciona melhor com JavaScript habilitado