Search code examples
C# Marshalling unsigned char* array from C++ DLL (in and out)...


c#pinvokemarshallingdllimport

Read More
How can I incorporate an AddReg section into a config file for a Compact Framework app?...


c#.net-3.5compact-frameworkpinvokewindows-ce

Read More
Calling functions in a c++ dll from c# that are defined in another dll...


c#dllpinvokearmadillo

Read More
Marshalling a struct from pointer in x64...


c#structpinvokemarshalling

Read More
Translating c++ types to C#...


c#c++pinvokedllimport

Read More
P/invoke DLL functions from C++ dll in C#...


c#c++.netdllpinvoke

Read More
What is the Maximum Size Of An Icon Returned From SHGetFileInfo()?...


c#winapiiconspinvokedllimport

Read More
ThrowExceptionForHR + GetHRForLastWin32Error vs Win32Exception...


c#winapierror-handlingpinvoke

Read More
Getting IntPtr of a delegate and invoking...


c#pinvokemarshalling

Read More
How Does One Dynamically Load x86/x64 Version of SQLite3.DLL Based On Client Architecture?...


.netsqlitepinvokedevart

Read More
PInvoke for complex method calls C#...


c#pinvoke

Read More
Using P/Invoke correctly...


c#windowsinteroppinvoke

Read More
C# Marshaling an ushort/ulong array...


c#c++cpinvokedllimport

Read More
Debug assertion failed using PInvoke to interface C/C++ DLL...


c#c++cdllpinvoke

Read More
PInvokeStackImbalance when calling Delphi function from C# application...


c#delphipinvoke

Read More
get status info Windows Media Player (stand-alone application)...


c#pinvokewmp

Read More
Why does this interop crash the .NET runtime?...


c#crashpinvoke.net-4.5

Read More
How does .NET framework low level APIs work?...


c#.netpinvokefcl

Read More
Reverse Pinvoke: passing array length without an explicit function parameter for size...


c#pinvokemarshalling

Read More
Pinvoke - callback from C++, arrays passed between functions have unexpected size...


c#pinvokemarshalling

Read More
How do I allocate GCHandle to structure when structure contains bool...


c#pointerspinvoke

Read More
When calling an exported class of a C++ DLL by C#, C-style string members of the class are OK in one...


c#c++pinvokedllimportdllexport

Read More
Is there a way to get function pointer for extern method in C#...


c#pinvokefunction-pointersdllimport

Read More
PInvoke WPF HWND and const void*...


c#c++wpfpinvoke

Read More
C# P/Invoke Win32 function RegQueryInfoKey...


c#winapiregistrypinvoke

Read More
pinvoke - pass a string[] as out parameter...


c#c++arrayspinvoke

Read More
C# pinvoke of C function returning char*...


c#cpinvokemarshalling

Read More
Converting data from C++ dll in C#...


c#arraysinteroppinvoke

Read More
Marshalling array of struct from C# to VC++...


c#c++pinvokemarshalling

Read More
C++ API in C# with PInvoke...


c#c++apipinvoke

Read More
BackNext