API 설명서 > Creo Parametric fundamentals > Object ProFile > Callback ProFileSaveAccessFunction
Callback ProFileSaveAccessFunction
Description
Callback function to decide if the file type should be selectable in File 'Save a Copy' dialog or not.
Synopsis
#include <ProUtil.h>
(*ProFileSaveAccessFunction)
(
wchar_t* file_type
/* (In)
File type
*/
ProMdl model
/* (In)
The handle of the model being saved
*/
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
도움이 되셨나요?