Category External tasks, Object ProToolkit

Function ProToolkitDllHandleGet


Description
Returns an application handle for a particular identifier.
Replacement in Object TOOLKIT: pfcBaseSession::GetProToolkitDll
Synopsis
#include <ProToolkitDll.h>
ProErrorProToolkitDllHandleGet(
ProName application_id
/* (In)
The application's identifying string.
*/
ProToolkitDllHandle* app_handle
/* (Out)
The handle.
*/
)
Returns
PRO_TK_NO_ERRORId was returned.
PRO_TK_BAD_INPUTSInvalid application id passed.
PRO_TK_E_NOT_FOUNDApplication could not be found.
PRO_TK_BAD_CONTEXTApplication was not active

Manual References:

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