API 설명서 > Creo Parametric fundamentals > Object ProFile > Callback ProFileOpenOperationAction
Callback ProFileOpenOperationAction
Description
Callback action on pressing open button for the new registered type.
Synopsis
#include <ProUtil.h>
(*ProFileOpenOperationAction)
(
wchar_t* file_type
/* (In)
File type
*/
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
도움이 되셨나요?