Category Creo Parametric TOOLKIT fundamentals, Object ProWstring

Function ProWstringConcatenate


Description
Concatenates two wide strings.
Synopsis
#include <ProWstring.h>
ProErrorProWstringConcatenate(
wchar_t* source
/* (In)
The source wide string.
*/
wchar_t* target
/* (In)
The target wide string. It is the caller's responsibility to allocate enough memory for the copy operation.
*/
int num_chars
/* (In)
The number of wide strings to concatenate. If PRO_VALUE_UNUSED, the entire string will be added to the target string.
*/
)
Returns
PRO_TK_NO_ERRORThe information was returned successfully.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.

Manual References:

  1. Fundamentals: String and Widestring Functions

Sample Code References:

  1. pt_af_examples ( PTMfgTemplateBOM.c )
  2. pt_af_examples ( PTMfgTemplateBOM.c )
  3. pt_examples ( TestGtol.c )
  4. pt_examples ( TestGtol.c )
  5. pt_examples ( TestGtol.c )
  6. pt_examples ( TestGtol.c )
  7. pt_examples ( TestGtol.c )
  8. pt_examples ( TestGtol.c )
  9. pt_examples ( TestGtol.c )
  10. pt_examples ( TestGtol.c )
  11. pt_examples ( TestGtol.c )
  12. pt_examples ( TestGtol.c )
  13. pt_examples ( TestGtol.c )
  14. pt_examples ( TestGtol.c )
  15. pt_examples ( TestGtol.c )
  16. pt_examples ( TestGtol.c )
  17. pt_examples ( TestGtol.c )
  18. pt_examples ( UtilString.c )
  19. pt_examples ( UtilString.c )
  20. pt_udf_examples ( PTUDFExUDFLibraryEdit.c )
  21. pt_udf_examples ( PTUDFExUDFLibraryEdit.c )
  22. pt_udf_examples ( PTUDFExUDFLibraryEdit.c )
  23. pt_udf_examples ( PTUDFExUDFLibraryEdit.c )
  24. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  25. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  26. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  27. pt_userguide ( UgXMLFeat.c )
  28. pt_userguide ( UgXMLFeat.c )
  29. pt_userguide ( UgGtolCreate.c )
  30. pt_wc_server ( PTWCServerAddInstance.c )
  31. pt_wc_server ( PTWCServerAddInstance.c )
  32. pt_wc_server ( PTWCServerAddInstance.c )
  33. pt_wc_server ( PTWCServerPartToPView.c )
  34. pt_wc_server ( PTWCServerPartToPView.c )
  35. pt_wc_server ( PTWCServerPartToPView.c )
  36. pt_wc_server ( PTWCServerPartToPView.c )
  37. pt_wc_server ( PTWCServerPartToPView.c )
  38. pt_wc_server ( PTWCServerUpdateDXF.c )
  39. pt_wc_server ( PTWCServerUpdateDXF.c )
  40. pt_wc_server ( PTWCServerPopulate.c )
  41. pt_wc_server ( PTWCServerPopulate.c )
  42. pt_wc_server ( PTWCServerUtils.c )
  43. pt_wc_server ( PTWCServerUtils.c )
  44. pt_wc_server ( PTWCServerUtils.c )
  45. pt_wc_server ( PTWCServerUtils.c )
  46. pt_wc_server ( PTWCServerUtils.c )
  47. pt_wc_server ( PTWCServerUtils.c )
  48. pt_wc_server ( PTWCServerUtils.c )
  49. pt_wc_server ( PTWCServerUtils.c )
  50. pt_wc_server ( PTWCServerUtils.c )
  51. pt_wc_server ( PTWCServerUtils.c )