Search code examples
How to PInvoke in C# an array of structs inside another struct...


c#c++interoppinvokemarshalling

Read More
How to PInvoke CMark's cmark_markdown_to_html...


c#pinvokecmark

Read More
Data structure and stack corruption when using the P/Invoke Interop Assistant...


c#cpinvokecalling-conventionpacking

Read More
NetFileEnum returns ERROR_MORE_DATA...


c#pinvokenetapi32

Read More
What does 'aligned' mean, for structs in c?...


c#cstructpinvoke

Read More
C# Pinvoke and reloading a DLL...


c#dllpinvoke

Read More
Why does GetWindowRect include the title bar in my WPF window?...


c#wpfpinvokecaret

Read More
Attach form window to another window in C#...


c#winformspinvoke

Read More
P/Invoke CryptUnprotectData breaks SqlConnection constructor...


c#pinvokesqlconnectionsecurestring

Read More
Passing C# StringBuilder / string to C++ char* using DLL...


c#c++dllpinvoke

Read More
Retrieve record array from Delphi DLL with C#...


c#delphipinvokedelphi-xe3

Read More
Call C# from native to retrieve a String...


c#c++ccompact-frameworkpinvoke

Read More
How can I build some dll code to ARM with vs2015...


c#visual-studio-2015uwppinvokewindows-10-iot-core

Read More
How to pass a String to const char * from VB.NET to a DLL programmed in C++...


c++stringvb.netpinvokedllexport

Read More
Positioning of a menu item image (hbmpItem of a MENUITEMINFO) in a context menu...


vb.netwinapipinvokeoutlook-addin

Read More
Native P/Invoke with Mono on Linux: DllNotFound...


c#linuxmonopinvoke

Read More
Passing vector struct between C++ and C#...


c#c++interoppinvoke

Read More
PInvoke C#: Function takes pointer to function as argument...


c#pinvokeparam

Read More
Call to BeginPaint via PInvoke returning empty update region in PAINTSTRUCT...


c#winformswinapipinvoke

Read More
F# pointer member accessor...


c#.netf#interoppinvoke

Read More
What's the correct way to marshal a const float**?...


c#pinvokemarshalling

Read More
C# - Method's type signature is not PInvoke compatible. With MarshalDirectiveException...


c#c++exceptionpinvoke

Read More
Use XGBoost DLL from c# via p/invoke...


c#.netdllpinvoke

Read More
How to pin memory allocated by Marshal.AllocHGlobal() in C#?...


c#.netgarbage-collectionpinvokemarshalling

Read More
C# <-> C++ : Marshaling an [In,Out] struct containing Char[]...


c#c++structpinvokemarshalling

Read More
when C# call a c++ function, is it possible to initialize array in called c++ function and back to C...


c#c++pinvoke

Read More
P/Invoke PostMessage crashes once the window received message...


c#pinvoke

Read More
P/Invoke external method from C# to C++...


c#c++pinvokeextern

Read More
Implementing a Win32 message loop and creating a Window object with P/Invoke...


c#.netsilverlightpinvokemessage-loop

Read More
Automatically creating C# wrappers from c headers?...


c#.netcinteroppinvoke

Read More
BackNext