Category Creo Parametric TOOLKIT fundamentals, Object ProWstring

Function ProWstringFree


Description
free a wide-string returned by a Creo Parametric TOOLKIT function
Synopsis
#include <ProUtil.h>
ProErrorProWstringFree(
wchar_t* wstring
/* (In)
The wide-string
*/
)
Returns
PRO_TK_NO_ERRORThe memory was freed
PRO_TK_GENERAL_ERRORThe memory was not freed, e.g. due to bad address

Manual References:

  1. Assembly: Basic Assembly Access: Properties Related to Component Purpose
  2. Element Trees: Principles of Feature Creation: Access to ProElement Data
  3. Annotations: Geometric Tolerances: Reading Geometric Tolerances
  4. Annotations: Geometric Tolerances: Creating a Geometric Tolerance
  5. User Interface: Messages: Writing a Message to an Internal Buffer
  6. Core: Utilities: Freeing String Outputs
  7. Core: Utilities: Freeing String Outputs
  8. Appearance States

Sample Code References:

  1. pt_examples ( TestUITable.c )
  2. pt_examples ( TestUITable.c )
  3. pt_examples ( TestCollect.c )
  4. pt_examples ( UtilTree.c )
  5. pt_examples ( UtilTree.c )
  6. pt_udf_examples ( PTUDFExParamInfo.c )
  7. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  8. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  9. pt_userguide ( UgCreoSweepCreate.c )
  10. pt_userguide ( UgInterfaceExport.c )
  11. pt_userguide ( UgInterfaceExport.c )
  12. pt_userguide ( UgInterfaceExport.c )
  13. pt_userguide ( UgInterfaceImport.c )
  14. pt_userguide ( UgInterfaceImport.c )
  15. pt_userguide ( UgMfgWcellCreate.c )
  16. pt_userguide ( UgUITables.c )
  17. pt_userguide ( UgUIVisibility.c )
  18. pt_userguide ( UgUtilUI.c )
  19. pt_wc_server ( PTWCServerPartToPView.c )
  20. pt_wc_server ( PTWCServerPartToPView.c )
  21. pt_wc_server ( PTWCServerPartToPView.c )
  22. pt_wc_server ( PTWCServerUpdateDXF.c )
  23. pt_wc_server ( PTWCServerUpdateDXF.c )
  24. pt_wc_server ( PTWCServerUpdateDXF.c )
  25. pt_wc_server ( PTWCServerUpdateDXF.c )
  26. pt_wc_server ( PTWCServerPopulate.c )
  27. pt_wc_server ( PTWCServerPopulate.c )
  28. pt_wc_server ( PTWCServerUtils.c )
  29. pt_wc_server ( PTWCServerUtils.c )
  30. pt_wc_server ( PTWCServerUtils.c )
  31. pt_wc_server ( PTWCServerUtils.c )