Project Functions

Home   Previous   Next


Name

EM_PM_SaveAs

Synopsis

int __cdecl EM_PM_SaveAs(char *pszFileName, char *pszSaveFolder);

Description

Save as another project or template.

Parameter

pszFileName: Input, project or template file name.

pszSaveFolder: Input, the temporary folder name to save the new project's actual data,
suggest it make up of the current time as "20081028095052"

Return

EPC_SUCCESS on success.