public static extern bool SendNcFile(IntPtr JdMon, string FileName, bool AddToTsk, bool SetMainProgram, IntPtr pProgCtrl, SetProgPosFunPtr ProgPosPtr, bool FileThread = true);
public static extern bool ReceiveFile(IntPtr JdMon, string SrcFileName, string DestFileName, IntPtr pProgCtrl, SetProgPosFunPtr ProgPosPtr);