Category Creo Parametric fundamentals, Object ProFile

Callback ProFileOpenOperationAction


Description
Callback action on pressing open button for the new registered type.
Synopsis
#include <ProUtil.h>
ProError(*ProFileOpenOperationAction)(
wchar_t* file_type
/* (In)
File type
*/
ProPath file_path
/* (In)
The full file path
*/
ProAppData app_data
/* (In)
The application data
*/
)
Returns
PRO_TK_NO_ERRORCallback succeeded.
PRO_TK_GENERAL_ERRORProblem in processing this function.

Manual References:

  1. Core: Utilities: File Handling