Category Creo Parametric TOOLKIT fundamentals, Object ProEngineer

Function ProEngineerDisplaydatecodeGet


Description
Returns the Creo Parametric session's customer visible datecode, as shown in Creo Parametric Help information. If it is necessary to show an identifier for the Creo Parametric version to the user from an application, this value should be used, rather than the value passed in to the application's user_initialize().
Replacement in Object TOOLKIT: wfcWSession::GetDisplayDateCode
Synopsis
#include <ProUtil.h>
ProErrorProEngineerDisplaydatecodeGet(
char** display_datecode
/* (Out)
The datecode string. Free this string using ProStringFree.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.

Manual References:

  1. Fundamentals: Structure of a Creo Toolkit Application
  2. Fundamentals: Structure of a Creo Toolkit Application