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. Fundamentals: String and Widestring Functions
  2. Fundamentals: String and Widestring Functions
  3. Element Trees: Principles of Feature Creation: Validation Using XML Schema

Sample Code References:

  1. pt_async ( TestAsync.c )
  2. pt_examples ( TestDimension.c )
  3. pt_examples ( TestSetup.c )
  4. pt_examples ( UtilString.c )
  5. pt_examples ( UtilString.c )
  6. pt_examples ( UtilString.c )
  7. pt_examples ( UtilString.c )
  8. pt_examples ( UtilString.c )
  9. pt_udf_examples ( PTUDFExParamInfo.c )
  10. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  11. pt_udf_examples ( PTUDFExUDFPlacementDashboard.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_userguide ( UgDrawingFromTmpltCreate.c )
  17. pt_userguide ( UgDrawingFromTmpltCreate.c )
  18. pt_userguide ( UgInterfaceExport.c )
  19. pt_userguide ( UgInterfaceExport.c )
  20. pt_wc_server ( PTWCServerAddInstance.c )
  21. pt_wc_server ( PTWCServerAddInstance.c )
  22. pt_wc_server ( PTWCServerAddInstance.c )
  23. pt_wc_server ( PTWCServerUtils.c )