Category Creo Parametric fundamentals, Object ProFile

Callback ProFileSaveOperationAction


Description
Callback action on pressing OK button in File 'Save a Copy' dialog for the new registered type.
Synopsis
#include <ProUtil.h>
ProError(*ProFileSaveOperationAction)(
wchar_t* file_type
/* (In)
File type
*/
ProMdl model
/* (In)
The model handle
*/
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