Category Asynchronous mode, Object ProEvent

Function ProEventProcess


Description
Enables your process to respond to calls (functions within your process) from Creo Parametric. You must call this function within your control loop to let you readily process any Creo Parametric calls.
Synopsis
#include <ProCore.h>
voidProEventProcess(void)
Returns
None

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: Asynchronous Mode: Full Asynchronous Mode
  3. Core: Asynchronous Mode: Full Asynchronous Mode

Sample Code References:

  1. pt_async ( TestAsync.c )