Search code examples
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
Unable to load DLL "Module could not be found HRESULT: 0x8007007E"...


c#c++dllpinvokemarshalling

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
How do I pInvoke CM_Register_Notification from C#?...


c#.netwindowswinapipinvoke

Read More
C++ DLL returns unexpected array values when called from C# using P/Invoke...


c#c++pointerspinvokemarshalling

Read More
COM dll is not being flushed out...


c#compinvokedllimport

Read More
struct passed by in ref to foreign function has unset fields...


c#cstructpinvokeref

Read More
P/Invoke SetFocus to a particular control...


c#.netwinapipinvokesetfocus

Read More
C# - natively create a form window as a child to an existing window...


c#winformswpf-controlspinvokewinforms-interop

Read More
Dark System ContextMenu in Window...


c#contextmenupinvokewinui-3winui

Read More
How do I use native (p/invoke) overlapped IO from C# utilizing async/await?...


c#async-awaitpinvokeoverlapped-io

Read More
BackNext