API 설명서 > Creo Parametric fundamentals > Object ProFile > Callback ProFileSaveOperationAction
Callback ProFileSaveOperationAction
Description
Callback action on pressing OK button in File 'Save a Copy' dialog for the new registered type.
Synopsis
#include <ProUtil.h>
(*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
Callback succeeded.
Problem in processing this function.
User Guide References
도움이 되셨나요?