摘要: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
浙公网安备 33010602011771号