public static result_t[] ProcessAW(string sWord, int count) { result_t[] result = new result_t[count]; //在客户端申请资源 NLPIR_ParagraphProcessAW(count, result); //获取结果存到客户的内存中 return(result); }