void MLDestroyMark(MLINK link, MLMARK mark)破坏链接中指定的标记.
#include "mathlink.h"/* create a mark in a link, read some data, then back up */void f(MLINK lp){ MLMARK mark; mark = MLCreateMark(lp); if(mark == (MLMARK)0) { /* mark creation failed */ } /* read data from the link */ MLSeekToMark(lp, mark, 0); MLDestroyMark(lp, mark);}
MLCreateMark() MLSeekToMark()
400+ new features, including the new Wolfram Predictive Interface, social network analysis, enterprise CDF deployment, and more »