Search code examples
Marshalling an array of array of structs (2D struct array)...


c#.netvb.netpinvokemarshalling

Read More
How to determine ODBC supported join operators - Cross Join...


c#sqljoinodbcpinvoke

Read More
How to Terminate a C++ Function Called form C# Using p/invoke...


c#c++pinvokebreakterminate

Read More
Can using UnmanagedMemory.LPTStr instead of .ByValTStr result in memory corruption? Why?...


c#.netmemorypinvokedllimport

Read More
DllImport wrong encoding...


c#stringencodingpinvokedllimport

Read More
C# dllimport of struct containing an array of strings...


c#cstructpinvokedecimal

Read More
MAPI and managed code experiences?...


.netemailpinvokemapi

Read More
Call mexCallMATLAB from C#...


c++matlabpinvokemexdllexport

Read More
byte[] array from unmanaged memory...


c#c++monoarrayspinvoke

Read More
Pass double pointer parameter through P/Invoke when it is NULL...


c#ffmpegpinvoke

Read More
Can a .NET application targeted for "Any CPU" use P/Invoke calls in multiple environments?...


.netpinvoke

Read More
Hook up click event after AppendMenu of 3rd party Application...


c#wpfhookpinvokeuser32

Read More
P/Invoke Interop Assistant - Is it as easy as importing the dll's headers?...


c#c++.netinteroppinvoke

Read More
Returning a variable sized array of doubles from C++ to C# - a simpler way?...


c#c++arrayspinvoke

Read More
IOCTL_DISK_GET_DRIVE_LAYOUT_EX call never returns...


.netwinapipinvoke

Read More
How to return a list in C# using P/Invoke?...


c#c++pinvoke

Read More
IntPtr to three dimensional array...


c#c++arrayspinvokeintptr

Read More
P/Invoke method with struct using union...


c#interoppinvoke

Read More
MoveFileEx not working properly?...


c#winapipinvoke64-bit

Read More
Sending letter 'i' with SendKeys...


c#winformspinvokesendkeys

Read More
Different behavior when marshaling structures in 32 bit than in 64 bit runtimes...


c#winapidata-structurespinvokemarshalling

Read More
C# How to Pinvoke callbacks in a struct...


c#pinvoke

Read More
RasGetEntryProperties returning all zeroes...


c#pinvokeras

Read More
Why does this Marshaling work in Mono but fail on MS?...


c#pinvokemarshalling

Read More
How to marshall byte* from C.dll in C#...


c#cpinvokemarshalling

Read More
Any difference between malloc and Marshal.AllocHGlobal?...


c#cpinvokeunmanaged

Read More
Pass a large buffer using P-Invoke...


c#interoppinvoke

Read More
C# Marshall void* that is set to NULL...


c#cpinvokemarshalling

Read More
Why are Cdecl calls often mismatched in the "standard" P/Invoke Convention?...


c#c++pinvokestdcallcdecl

Read More
How do I change a visual theme programatically in Windows 8/8.1 by P/Invoking?...


c#vb.netwindowswinapipinvoke

Read More
BackNext