Search code examples
How to call a C++ API from C#...


c#c++dllinteroppinvoke

Read More
When using PInvoke, why use __stdcall?...


c++pinvokecalling-conventionfunction-declarationstdcall

Read More
PInvoke: Issue with returned array of doubles?...


c#c++typesdoublepinvoke

Read More
Accessing c++ dll library from c#...


c#c++pinvoke

Read More
What's the most efficient way to marshal C++ structs to C#?...


c#performancepinvokemarshalling

Read More
why a generic struct parameterized by blittable type is not an unmanaged type?...


.netf#pinvokeunmanaged

Read More
What exactly happens during a "managed-to-native transition"?...


c#.netpinvokeunmanagedmanaged

Read More
Get current selection in WindowsExplorer from a C# application?...


c#.netwindowscompinvoke

Read More
UnmanagedCode permission. What is it?...


c#.netsecuritypinvokeunmanaged

Read More
Does P/Invoke execute the DLL and then shut it down?...


c#c++.netdllpinvoke

Read More
PInvokeStackImbalance Not Caused By CallingConvention...


c#cpinvoke

Read More
pointers between c# and c++ - p/invoke...


c#c++pointersinteroppinvoke

Read More
Pinvoke command length is incorrect...


c#c++pinvoke

Read More
How to marshall pointer to array of char[256] from C++ to C#...


c#c++interoppinvokemarshalling

Read More
I am getting the following exception: "Unable to load DLL: The operating system cannot run. (Ex...


c#.netpinvokeopenmpintel-ipp

Read More
using CreateFile on c# returns isInvalid = true...


c#c++winapiiopinvoke

Read More
Is it possible to marshal native struct array to managed array with out a for loop...


c++interopc++-clipinvokemarshalling

Read More
Change CharSet field of DllImportAttribute at runtime...


c#reflectionunicodepinvokedllimport

Read More
How do I go about instantiating a COM Object in C# by CLSID?...


c#compinvokeshell32

Read More
.NET PInvoke Exception Handling...


.netpinvokeexception

Read More
Can only use 1/4 functions from C++ DLL in C# application...


c#c++dllpinvokedllimport

Read More
How do I force the CLR to exhibit OS thread switching?...


c#clrpinvoke

Read More
Modifying EmguCV to add a missing function using P/Invoke...


c#opencvpinvokekinectemgucv

Read More
How do I check if an NTAccount object represents a Group or a User?...


.netsecuritywinapipinvoke

Read More
C# Updating WinForms from NATIVE C Thread...


c#.netpinvokenativemultithreading

Read More
How do I call this c function in c# (unmarshalling return struct)?...


c#interoppinvokeunmarshalling

Read More
GetWindowRect differs from Window.Left...


c#.netwpfpinvoke

Read More
GetWindowThreadProcessId Race condition Risk...


c#.netwinapipinvokeunmanaged

Read More
Writting a C++ Dll and exposing it efficiently to .NET (not through C++/CLI)...


c++.netinteroppinvokemarshalling

Read More
PinvokeStackImbalance calling comctl32 With CallingConvention.Cdecl...


c#-4.0pinvokecomctl32

Read More
BackNext