DLLENTRY int CCON mfScan (int, int, int, char *, int *);
[DllImport("mflib.dll")]
public static extern int mfScan(int mode, int font, int timeout, string ret_codeline, int ret_maxchars);
I get the below error with this code. It points to test. What can i do ?
string test = string.Empty;
int retval = mfScan(32, 2, 5000, test, 100);
www.un.org/Depts/DGACM/index_spanish.htm 试图读写受保护的记忆。 这往往表明其他记忆是腐败的。