2004年7月15日

常用Win32Api调用............

摘要: win32api 在使用起来威力很大,可惜用起来不太方便, 我封装几个,请各位测试一下:是否有误 using System;using System.Runtime.InteropServices ;using HANDLE = System.IntPtr;using HWND = System.IntPtr;using HFILE=System.IntPtr;using DWORD=System.UInt32 using LPCTSTR=System.String ;using LPTSTR=System.String ;using LPSTR=System.String ;using BO 阅读全文

posted @ 2004-07-15 16:53 老代哥哥 阅读(485) 评论(0) 推荐(0) 编辑

导航