Category Creo Parametric TOOLKIT fundamentals, Object ProWstring

Function ProWstringLengthGet


Description
Returns the length of a widestring.
Synopsis
#include <ProWstring.h>
ProErrorProWstringLengthGet(
wchar_t* wstr
/* (In)
The wide string.
*/
int* length
/* (Out)
The length of the string, in wide characters.
*/
)
Returns
PRO_TK_NO_ERRORThe information was returned successfully.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.

Manual References:

  1. Element Trees: Principles of Feature Creation: Validation Using XML Schema
  2. Fundamentals: String and Widestring Functions
  3. Fundamentals: String and Widestring Functions

Sample Code References:

  1. pt_async ( TestAsync.c )
  2. pt_examples ( TestDimension.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 ( TestSetup.c )
  9. pt_examples ( UtilString.c )
  10. pt_examples ( UtilString.c )
  11. pt_examples ( UtilString.c )
  12. pt_examples ( UtilString.c )
  13. pt_examples ( UtilString.c )
  14. pt_udf_examples ( PTUDFExParamInfo.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 ( UgDrawingFromTmpltCreate.c )
  22. pt_userguide ( UgDrawingFromTmpltCreate.c )
  23. pt_userguide ( UgInterfaceExport.c )
  24. pt_userguide ( UgInterfaceExport.c )
  25. pt_wc_server ( PTWCServerAddInstance.c )
  26. pt_wc_server ( PTWCServerAddInstance.c )
  27. pt_wc_server ( PTWCServerAddInstance.c )
  28. pt_wc_server ( PTWCServerUtils.c )