DotNet学习笔记

导航

统计

公告

06 2008 档案

判断文件是否打开
摘要: usingSystem.IO;usingSystem.Runtime.InteropServices;[DllImport("kernel32.dll")]publicstaticexternIntPtr_lopen(stringlpPathName,intiReadWrite);[DllImport("kernel32.dll")]publicstaticexternboolCloseHandl...阅读全文

posted @ 2008-06-13 17:43 烟丝 阅读(734) | 评论 (4) 编辑