Category Creo Parametric fundamentals, Object ProOption

Function ProOptionOrderedVerify


Description
Determines whether the specified option is available, such as Pro/MESH.
Replacement in Object TOOLKIT: wfcWSession::IsOptionOrdered
Synopsis
#include <ProUtil.h>
ProErrorProOptionOrderedVerify(
ProCharName option
/* (In)
The option name.
*/
ProBoolean* p_option_exist
/* (Out)
This is PRO_B_TRUE if the option is available. Otherwise, this is PRO_B_FALSE.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully returned the information.
PRO_TK_BAD_INPUTSThe specified option is invalid.
PRO_TK_E_NOT_FOUNDThe specified option was not found.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: Utilities: License Data

Sample Code References:

  1. pt_examples ( TestConfig.c )