API ドキュメンテーション
>
External tasks
>
Object ProValuedata
> Function ProValuedataStringSet
Function ProValuedataStringSet
Description
Stores a string in a
ProValueData.
Synopsis
#include <
ProValue.h
>
ProError
ProValuedataStringSet
(
ProValueData
* value
/* (In)
the
ProValueData
to store in.
*/
char* string
/* (In)
the string to store.
*/
)
Returns
PRO_TK_NO_ERROR
The storage succeeded.
PRO_TK_GENERAL_ERROR
The storage failed.
Sample Code References
pt_examples ( TestProcstep.c )
User Guide References
ProArgument と引数管理:ProValuedataStringSet
これは役に立ちましたか?
このサイトは、JavaScript が有効になっている場合に最適に動作します。