Category Creo Parametric fundamentals, Object ProFile

Callback ProFileOpenAccessFunction


Description
Callback function to evaluate the file type should be selectable in the File Open dialog or not.
Synopsis
#include <ProUtil.h>
ProBoolean(*ProFileOpenAccessFunction)(
wchar_t* file_type
/* (In)
File type
*/
ProAppData app_data
/* (In)
The application data
*/
)
Returns
PRO_B_TRUEFile type should be added in the file dialog.
PRO_B_FALSEFile type should not be added in the the dialog.

Manual References:

  1. Core: Utilities: File Handling