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
>
ProError
ProWstringFree
(
wchar_t
*
wstring
/* (In)
The wide-string
*/
)
Returns
PRO_TK_NO_ERROR
The memory was freed
PRO_TK_GENERAL_ERROR
The memory was not freed, e.g. due to bad address
Manual References:
Assembly: Basic Assembly Access: Properties Related to Component Purpose
Element Trees: Principles of Feature Creation: Access to ProElement Data
Annotations: Geometric Tolerances: Reading Geometric Tolerances
Annotations: Geometric Tolerances: Creating a Geometric Tolerance
User Interface: Messages: Writing a Message to an Internal Buffer
Core: Utilities: Freeing String Outputs
Core: Utilities: Freeing String Outputs
Appearance States
Sample Code References:
pt_examples ( TestUITable.c )
pt_examples ( TestUITable.c )
pt_examples ( TestCollect.c )
pt_examples ( UtilTree.c )
pt_examples ( UtilTree.c )
pt_udf_examples ( PTUDFExParamInfo.c )
pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
pt_userguide ( UgCreoSweepCreate.c )
pt_userguide ( UgInterfaceExport.c )
pt_userguide ( UgInterfaceExport.c )
pt_userguide ( UgInterfaceExport.c )
pt_userguide ( UgInterfaceImport.c )
pt_userguide ( UgInterfaceImport.c )
pt_userguide ( UgMfgWcellCreate.c )
pt_userguide ( UgUITables.c )
pt_userguide ( UgUIVisibility.c )
pt_userguide ( UgUtilUI.c )
pt_wc_server ( PTWCServerPartToPView.c )
pt_wc_server ( PTWCServerPartToPView.c )
pt_wc_server ( PTWCServerPartToPView.c )
pt_wc_server ( PTWCServerUpdateDXF.c )
pt_wc_server ( PTWCServerUpdateDXF.c )
pt_wc_server ( PTWCServerUpdateDXF.c )
pt_wc_server ( PTWCServerUpdateDXF.c )
pt_wc_server ( PTWCServerPopulate.c )
pt_wc_server ( PTWCServerPopulate.c )
pt_wc_server ( PTWCServerUtils.c )
pt_wc_server ( PTWCServerUtils.c )
pt_wc_server ( PTWCServerUtils.c )
pt_wc_server ( PTWCServerUtils.c )