Category Creo Parametric TOOLKIT fundamentals, Object ProWstring

Function ProWstringCopy


Description
Copies a wide string into another buffer.
Synopsis
#include <ProWstring.h>
ProErrorProWstringCopy(
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 copy. If PRO_VALUE_UNUSED, the entire string will be copied.
*/
)
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
  2. Fundamentals: String and Widestring Functions

Sample Code References:

  1. pt_af_examples ( PTMfgTemplateBOM.c )
  2. pt_examples ( TestDimension.c )
  3. pt_examples ( TestGtol.c )
  4. pt_examples ( TestGtol.c )
  5. pt_examples ( TestSetup.c )
  6. pt_examples ( UtilString.c )
  7. pt_mech_examples ( PTMechExUtils.c )
  8. pt_mfg_proctable ( PTMfgProcTable.c )
  9. pt_mfg_proctable ( PTMfgProcTable.c )
  10. pt_udf_examples ( PTUDFExUDFLibraryEdit.c )
  11. pt_udf_examples ( PTUDFExUDFLibraryEdit.c )
  12. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  13. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  14. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  15. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  16. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  17. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  18. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  19. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  20. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  21. pt_userguide ( UgNoteCreate.c )
  22. pt_userguide ( UgInterfaceExport.c )
  23. pt_userguide ( UgModelCheck.c )
  24. pt_userguide ( UgModelCheck.c )
  25. pt_userguide ( UgModelCheck.c )
  26. pt_userguide ( UgModelCheck.c )
  27. pt_userguide ( UgMfgCommonElements.c )
  28. pt_userguide ( UgMfgWcellCreate.c )
  29. pt_userguide ( UgMfgWcellCreate.c )
  30. pt_userguide ( UgMaterial.c )
  31. pt_userguide ( UgSolidInfoMass.c )
  32. pt_userguide ( UgSolidMaterial.c )
  33. pt_userguide ( UgXsecList.c )
  34. pt_wc_server ( PTWCServerAddInstance.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 ( PTWCServerPopulate.c )
  40. pt_wc_server ( PTWCServerPopulate.c )