int __stdcall NDK_X12_OUT_FILE | ( | LPCSTR | szScenarioName, |
WORD | retType, | ||
LPSTR | szOutFile, | ||
size_t * | nLen, | ||
BOOL | OpenFileFlag | ||
) |
Return the full path of the output file generated by x12a program.
- Returns
- status code of the operation
- Return values
-
NDK_SUCCESS Operation successful NDK_FAILED Operation unsuccessful. See Macros for full list.
- Parameters
-
[in] szScenarioName is the scenaio.model name [in] retType is a switch to designate the desired specific output file. 0. The X12 specification file (*.spc) - The X12 log file
- The output file
- The error file
[out] szOutFile is a buffer to hold the return full path [in,out] nLen is the length of the szOutFile. Upon return, this argument stores the actual number of bytes used. [in] OpenFileFlag is a switch to instruct the functiona whether it should open the file using system default editor (e.g. notepad)
- Remarks
-
- The underlying model is described here.
- Requirements
-
Header SFSDK.H Library SFSDK.LIB DLL SFSDK.DLL
- Examples
-