Search code examples
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
Is there a tool that generates P/Invoke signatures for arbitrary unmanaged DLL?...

c#.netpinvokeunmanagedfunction-signature

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
How do I write DllGetClassObject as a C# delegate?...

c#delphipinvoke

Read More
PowerShell: How to [ref] an element in array?...

c#powershellpinvokepowershell-core

Read More
How to pass array pointer using PInvoke from C# to C library...

c#cpointerspinvokeunsafe

Read More
How to fix Ntdll.dll APPCRASH with Hardware ID Extractor?...

c#pinvoke

Read More
Custom WindowProc causes cross-thread exception...

c#winformswinapipinvoke

Read More
Detect application-specific user activity within Visual Studio Extension (VSIX)...

c#visual-studiopinvokevisual-studio-extensions

Read More
PInvoike InternetGetCookieEx2 returns Error 12006...

c#pinvokehttpcookie

Read More
Change running process session ID and lpDesktop?...

.netwinapiwindows-servicespinvokesessionid

Read More
PInvoke: Struggle to set up struct with a buffer pointer which could take various types depending on...

pinvokemarshalling

Read More
How to marshal this c struct and call its method in c#...

c#cpinvokemarshallingdllimport

Read More
Working example of CreateJobObject/SetInformationJobObject pinvoke in .net?...

c#.netwinapi.net-4.0pinvoke

Read More
Interop C# IntPtr to C void* to C++ PCCERT_CONTEXT and back again...

c#c++cpinvokemarshalling

Read More
How can I pass a reference parameter (&) (not pointer) using p/invoke in C#?...

c#c++interoppinvoke

Read More
Unblock File from within .net 4 c#...

c#.net.net-4.0pinvokealternate-data-stream

Read More
Marshalling LPDWORD into C# for P/Invoke...

c#c++pinvokemarshalling

Read More
C# call C DLL - Difference between passing arguments to DLL using pointers manually and using automa...

c#cpinvoke

Read More
What is the difference between [In, Out] and ref when using pinvoke in C#?...

c#pinvoke

Read More
Disable Windows taskbar menu for a WPF window...

wpfwinapipinvoke.net-7.0

Read More
BackNext