2013年7月23日

摘要: 1, HWND IntPtrpublic staticexternbool Get_Msg_Test(IntPtr hwnd);//hwnd为C#窗体的句柄extern "C" __declspec(dllexport)bool Get_Msg_Test(HWND hwnd)代码:C#[DllImport("Spy.dll",EntryPoint="Get_Msg_Test",CallingConvention =CallingConvention.Cdecl)] public static extern bool Get_Msg_T 阅读全文
posted @ 2013-07-23 13:57 liuhs 阅读(1024) 评论(0) 推荐(0)

导航