2004年10月14日

c#调用c的dll

摘要: c的函数原形是 int BiOpenMonPrinter( int nType, LPSTR pName);转换成c#public static extern int BiOpenMonPrinter( int nType, [MarshalAs(UnmanagedType.LPStr)] string pName); 阅读全文

posted @ 2004-10-14 10:09 枫枫 阅读(209) 评论(0) 推荐(0)

导航