Category
Creo Parametric TOOLKIT fundamentals
, Object
ProWstring
Function ProWstringLengthGet
Description
Returns the length of a widestring.
Synopsis
#include <
ProWstring.h
>
ProError
ProWstringLengthGet
(
wchar_t
*
wstr
/* (In)
The wide string.
*/
int*
length
/* (Out)
The length of the string, in wide characters.
*/
)
Returns
PRO_TK_NO_ERROR
The information was returned successfully.
PRO_TK_BAD_INPUTS
One or more arguments was invalid.
Manual References:
Element Trees: Principles of Feature Creation: Validation Using XML Schema
Fundamentals: String and Widestring Functions
Fundamentals: String and Widestring Functions
Sample Code References:
pt_async ( TestAsync.c )
pt_examples ( TestDimension.c )
pt_examples ( TestGtol.c )
pt_examples ( TestGtol.c )
pt_examples ( TestGtol.c )
pt_examples ( TestGtol.c )
pt_examples ( TestGtol.c )
pt_examples ( TestSetup.c )
pt_examples ( UtilString.c )
pt_examples ( UtilString.c )
pt_examples ( UtilString.c )
pt_examples ( UtilString.c )
pt_examples ( UtilString.c )
pt_udf_examples ( PTUDFExParamInfo.c )
pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
pt_userguide ( UgDrawingFromTmpltCreate.c )
pt_userguide ( UgDrawingFromTmpltCreate.c )
pt_userguide ( UgInterfaceExport.c )
pt_userguide ( UgInterfaceExport.c )
pt_wc_server ( PTWCServerAddInstance.c )
pt_wc_server ( PTWCServerAddInstance.c )
pt_wc_server ( PTWCServerAddInstance.c )
pt_wc_server ( PTWCServerUtils.c )