摘要: http://blog.csdn.net/mengde666/article/details/4045681 阅读全文
posted @ 2013-11-18 21:15 宁静.致远 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 1 在C#中做很多应用需要使用win32 API,但发现原型函数的一些数据类型看起来非常费劲,甚至在C#中“没有”这种数据类型,查阅了一下资料,数据类型对应关系整理如下,希望对大家有用: 2 BOOL=System.Int32 3 BOOLEAN=System.Int32 4 BYTE=System.UInt16 5 CHAR=System.Int16 6 COLORREF=System.UInt32 7 DWORD=System.UInt32 8 DWORD32=System.UInt32 9 DWORD64=System.UInt64 10 FLOAT=System.F... 阅读全文
posted @ 2013-11-18 21:14 宁静.致远 阅读(555) 评论(0) 推荐(0) 编辑
摘要: excetion: automation error an outgoing call cannot be made since the application is dispatching an input-synchronus call.在一个底层处理函数中,发送了一个消息到主线程,主线程中又通过某种方法转到某个JScript中的指针,并通过该指针进行回调函数调用。结果,不小心出现了:0x8001010D:因为应用程序正在发送一个输入同步呼叫,所以无法执行传出的呼叫在网络上看到,很多人碰到了这个问题,同时CSDN上有不少说明,看了这部分讨论后:http://topic.csdn.net/t 阅读全文
posted @ 2013-11-18 21:13 宁静.致远 阅读(5280) 评论(0) 推荐(0) 编辑