API 文件集 > Creo Parametric fundamentals > Object ProFile > Callback ProFileOpenAccessFunction
Callback ProFileOpenAccessFunction
Description
Callback function to evaluate the file type should be selectable in the File Open dialog or not.
Synopsis
#include <ProUtil.h>
(*ProFileOpenAccessFunction)
(
wchar_t* file_type
/* (In)
File type
*/
ProAppData app_data
/* (In)
The application data
*/
)
Returns
File type should be added in the file dialog.
File type should not be added in the the dialog.
User Guide References
這是否有幫助?