SmbdtDdpXmlExport
Description
Export Digital Data Package (DDP) XML file giving the full file path.
Synopsis
Input arguments
Label
Use
Value Type
Value
Optional
Input arguments to initialize the model handle to be operated. If not provided, model of active window is used.
file_path
Required
wchar_t*
Full output file path ending with extension “.xml”. Writing access is required.
Output arguments
Label
Value Type
Value
Error information in case of return value PRO_TK_GENERAL_ERROR.
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input argument is invalid.
PRO_TK_CANT_WRITE
No writing access to provided file path.
PRO_TK_GENERAL_ERROR
Miscellaneous error. Check output argument array for further information.