pinvoke
Mono P/Invoke __icall_wrapper_mono_array_new_specific crash
I am making an interop call from mono and get this exception and runtime crashes. Do any one have any idea what can be the reason behing it?[详细]
2023-03-12 00:01 分类:问答cannot hide process
i want to start calc.exe and hide it but only can start the exex but cant hide what error in my code??[详细]
2023-03-11 22:40 分类:问答c -> c# data types conversion when using native functions from dll
Is this list correct? unsigned int(c) -> uint(c#) const char*(c) -> String(c#) unsigned int*(c) -> uint[](c#)[详细]
2023-03-11 15:10 分类:问答Enable 'ReaderMode' in .Net control, PInvoke DoReaderMode API
I want to enable the \'ReaderMode\' for paning/scrolling my control in .Net. Closest thing I found was this Win API function http://msdn.microsoft.开发者_开发技巧com/en-us/library/bb775599(VS.85).aspx[详细]
2023-03-10 20:16 分类:问答Working example of CreateJobObject/SetInformationJobObject pinvoke in .net?
I\'m struggling to put together a working example of pinvoke\'ing CreateJobObject and SetInformationJobObject.Through various google searches (including Russian and Chinese posts!)I\'ve cobbled togeth[详细]
2023-03-10 19:53 分类:问答How to pinvoke GetExitCodeProcess with negative exit codes?
The pinvoke documentation fro GetExitCodeProcess shows exit codes r开发者_StackOverfloweturned as unsigned integers (uint).How do I handle a process with negative exit code values?Is LPDWORD correctly[详细]
2023-03-10 16:05 分类:问答WIN CE 5.0 ActiveSync Connect/Disconnect?
I\'m having to back port some software from Windows Mobile 6.5 to Windows CE 5.0, the software currently detects when the unit is in the base unit (ActiveSync running).[详细]
2023-03-10 09:30 分类:问答What's the numerical value of the Windows CE constant IOCTL_DISK_READ?
I\'m trying to do direct disk access on Win CE (5.0), and I n开发者_如何学编程eed to p/invoke a DeviceIoControl call with IOCTL_DISK_READ.[详细]
2023-03-10 06:02 分类:问答C++ DLL function does not seem to work in C#
I have developed a small program using C# and bird.dll, but the birdRS232WakeUp() function seem not to be working.[详细]
2023-03-09 16:10 分类:问答Providing path to externals assembly native dll dependecy
I have C# application which loads set 开发者_如何学JAVAof managed assemblies. One of this assemblies loads two native dlls (each of them in different location) if they are avaiable. Iam trying to find[详细]
2023-03-09 04:49 分类:问答