Search code examples
Will using MarshalAs(UnmanagedType.LPWStr) cleanup memory?...


c#pinvokemarshalling

Read More
.NET app call unmanged DLL, parameters contains strange characters...


c#c++dll.net-3.5pinvoke

Read More
Calling a Delphi method in a dll from c#...


c#delphipinvoke

Read More
Lifetime of a temporary...


c++pinvoke

Read More
Accessing nested structs in C# with LayoutKind.Explicit...


c#pointersstructpinvokeshared-memory

Read More
How to deal with files with a name longer than 259 characters?...


c#windowsfile-iointeroppinvoke

Read More
P/Invoke definition for RtlCrc32 and RtlCrc64 functions?...


c#.netwinapipinvokecrc

Read More
Convert DIB to DDB?...


c#pinvokegdi+clipboardgdi

Read More
Maximizing an Delphi (VCL) application externally using windows API...


c#delphipinvokeshowwindow

Read More
"An attempt was made to load a program with an incorrect format" even when the platforms a...


.net64-bitpinvoke32-bitbadimageformatexception

Read More
P/Invoke System.AccessViolationException: Attempted to read or write protected memory. This is often...


c#c++.netpinvokemarshalling

Read More
Caling UnManaged Code from Powershell - Handling Enum Type...


powershellpinvoke

Read More
Convert unmanaged C++ pointer to an object to a managed C# object...


c#c++.netpinvokemarshalling

Read More
How can I assign a hot key to a shortcut programmatically?...


c#pinvokehotkeys

Read More
Invoke Runtime.InteropServices.DllImportAttribute...


.netpowershellpinvoke

Read More
.NET (Core) on Unix: In-process modification of environment variables via P/Invoke system calls is u...


c#unix.net-coreenvironment-variablespinvoke

Read More
C# PInvoke Finding the window handle of a child window from a known window...


c#pinvoke

Read More
Get handle to desktop / shell window...


c#.netwindowswinapipinvoke

Read More
Marshaling a message table resource...


c#resourcespinvoke

Read More
How to call GetStdHandle, GetConsoleMode from Powershell?...


windowspowershellpinvoke

Read More
Marshal global variable in C#...


c#cpinvokemarshalling

Read More
C# PInvoke returning invalid/wrong bool value, only when native code compiled in debug mode (OSX onl...


clangpinvokedebug-symbolsmacos-high-sierra

Read More
C++ from C#: C++ function (in a DLL) returning false, but C# thinks it's true!...


c#c++booleanpinvokedllimport

Read More
EnumWindows function in Win10 enumerates only desktop apps...


c#windowswindows-10pinvoke

Read More
Access C global variable 'errno' from C#...


c#cmonopinvokeerrno

Read More
Where to call base.WndProc() or base.DefWndProc()?...


c#winformswinapipinvoke

Read More
Migrating code to C#/Win32 causes exceptions...


c#winapipinvokeuser32

Read More
Passing byte array to PInvoke call changes it to null...


c#.netarrayspinvokemarshalling

Read More
Using LibraryImport to import same function in multiple dlls...


c#interoppinvokedllimport

Read More
Why is 'IntPtr.size' 4 on Windows 64 bit?...


c#pinvoke

Read More
BackNext