Search code examples
How to use GetForeGroundWindow() to get newly launched application window handle in C#?...


c#processwindowpinvokeforeground

Read More
How to return std::wstring from C++ to C# using PInvoke without writing stringbuffer conversion...


c#c++pinvoke

Read More
Calling 'ShutdownBlockReasonCreate' function does not prevent the user from shutting down th...


c#.netwinapipinvokeshutdown

Read More
How can I p/invoke a function with a parameter that can accept many different types?...


c#pinvoke

Read More
How get monitor's friendly name with winapi?...


c#winapipinvoke

Read More
Getting unexpected CA1901 warning for ChildWindowFromPointEx function...


c#.netvb.netwinapipinvoke

Read More
I keep getting "Unable to find an entry point named 'GetWindowLongPtrA' in DLL 'use...


c#.netwinapipinvokegetwindowlong

Read More
Returning Struct from VC++ to C#...


c#visual-c++dllpinvokemarshalling

Read More
EntryPointNotFoundException when using TaskDialog in C#...


c#windows-7pinvoketaskdialog

Read More
How to use win32 'IOpenControlPanel' interface from managed code?...


c#.netvb.netwinapipinvoke

Read More
How to pass c# strings through p/invoke to linux/glibc wchar_t * parameters?...


c#linuxgcc.net-corepinvoke

Read More
Converting C Headers to C# - ByValArray versus ByValTStr for Fixed Char Array inside a Structure...


c#cpinvokemarshalling

Read More
Instantiating a C++ class in C# using P/Invoke via a pointer...


c#.netpinvoke

Read More
How to fix 'EntryPointNotFoundException'...


c#c++pinvokecalling-convention

Read More
struct field marshaling failed on linux...


.net-corepinvokemarshalling

Read More
C#: Error in getting device instance handle...


c#winapipinvokedevice-instance-id

Read More
Dynamically invoke unmanaged code from C#...


c#dllpinvokemarshallingunmanaged

Read More
How to P/Invoke a function that allocates and returns pointer to new array...


c#cpinvoke

Read More
Do not declare visible instance fields warning in sequential struct...


c#winapipinvokecompiler-warnings

Read More
P/Invoke: C# P/Invoking a C Function Returns Different Values Depending on Platform (X86 vs. X64)?...


c#.net.net-corepinvoke

Read More
Why do I need to define DLLImport with EntryPoint attribute...


c#c++pinvoke

Read More
Calling FreeLibraryAndExitThread externally for a remote process...


c#winapipinvoke

Read More
In a cross-platform .NET Core executable, how can I specify paths to native dependencies / where do ...


.net-corepinvoke

Read More
C# Marshal typedef T_STRING T_STRINGS[MAX_STRING_SIZE]...


c#pinvokemarshalling

Read More
Can't marshal array of stucts from C++ to C# in Unity...


c#pointersstructpinvokemarshalling

Read More
Passing an array of strings from C# to C++ DLL function and fill it in the DLL and get back...


c#pinvokedllimportmemory-corruptionstack-corruption

Read More
How to dynamically load and unload a native DLL file?...


c#.netpinvoke

Read More
C# P/Invoke: Varargs delegate callback...


c#pinvokevariadic-functions

Read More
Type cannot be marshaled as an unmanaged structure...


c#winapistructpinvokemarshalling

Read More
DirectoryEntry.MoveTo exceptions: Abstracted by UnsafeNativeMethods but not documented...


c#active-directorypinvokecomexceptiondirectoryentry

Read More
BackNext