Category External tasks, Object ProToolkit

Function ProToolkitDllIdGet


Description
Returns an identifier for a particular DLL application.
Replacement in Object TOOLKIT: pfcDll::Id
Synopsis
#include <ProToolkitDll.h>
ProErrorProToolkitDllIdGet(
ProToolkitDllHandle application_handle
/* (In)
The handle to get the id for. In DLL mode only, may be NULL, in which case the calling application's id is returned.
*/
ProName application_id
/* (Out)
The application's identifying string.
*/
)
Returns
PRO_TK_NO_ERRORId was returned.
PRO_TK_BAD_INPUTSInvalid application handle passed.
PRO_TK_BAD_CONTEXTapplication handle is valid but application was not running.

Manual References:

  1. Task Based Application Libraries: Launching Creo TOOLKIT DLL Functions
  2. Task Based Application Libraries: Launching Creo TOOLKIT DLL Functions