Search code examples
Understanding VBByRefStr in VB.NET P/Invoke declarations...

.netvb.netpinvokemarshalling

Read More
Missing product types in GetProductInfo function API for few Windows 10 editions...

c#windowswinapiwindows-10pinvoke

Read More
How do I call an unmanaged function that has a char[] as OUT parameter from C#?...

c#.netcpinvokemarshalling

Read More
How to show menu item with icon AND text in WinForms system menu...

c#winformswinapipinvokemenuitem

Read More
Fast way to get process owners in .NET...

.netwinapipinvoke

Read More
Reading from buffer shows unrecognizable (Chinese) characters...

c#pinvokeapimonitor

Read More
How to correctly hook and return GetDlgItemTextA from C++ to C# to C++ from EasyHook...

c#hookpinvokedllimporteasyhook

Read More
C# - Convert unsafe byte* to byte[]...

c#pinvoke

Read More
How do you export a method in a CIL DLL so that a native program can call it?...

.netpinvokecil

Read More
Marshal.GetLastWin32Error() does not return the error...

.netpowershellwinapipinvoke

Read More
PInvoke for GetLogicalProcessorInformation Function...

c#windowspinvokecpu

Read More
Send message taken from Spy++...

c#pinvokesendmessagespy++

Read More
Having trouble refreshing the Windows aero preview in C#...

c#windowspinvokeaero

Read More
How do I make SelectedIndexChanged trigger when I change C# WinForms ComboBox.SelectedIndex using Wi...

c#winformswinapipinvokeselectedindexchanged

Read More
how to pass a pointer to C# struct to a method in C...

c#cpinvoke

Read More
String marshalling and memory management...

c#c++pinvokemarshalling

Read More
Checking ProductVersion of an MSI programmatically...

c#databasepropertieswindows-installerpinvoke

Read More
PInvoke marshal value from pointer to struct...

c#pointerswinapipinvoke

Read More
pinvoke: Threads vs shared memory buffer...

c#.net-corepinvoke

Read More
Properly declare SP_DEVICE_INTERFACE_DETAIL_DATA for PInvoke...

c#winapipinvokememory-alignment

Read More
CA2101: Specify marshaling for P-Invoke string arguments...

c#character-encodingpinvoke

Read More
P/Invoke not returning expected result with StringBuilder parameter for call to GetUserDefaultLocale...

c#.netwinapipinvoke

Read More
C# PInvoke of C++ function that returns struct by value crashes if the struct is left uninitialized...

c#c++pinvoke

Read More
C# and PInvoke Winapi program hangs...

c#winapipinvoke.net-5

Read More
How do I await a HANDLE / SafeHandle?...

c#taskpinvoke

Read More
Attempted to read or write protected memory. This is often an indication that other memory is corrup...

c#dllpinvokeaccess-violation

Read More
WinDbg "invalid access to memory location" - InitializeProcThreadAttributeList...

c#pinvokewindbg

Read More
Step through the "managed to native transition" in Visual Studio?...

.netvisual-studiopinvokemarshallingnative

Read More
Using pinvoke for both 32 and 64 bit dlls from the same managed dll...

.netpinvoke

Read More
Is there generally a noticeable performance hit when calling PInvoke on Win32 / COM methods?...

.netperformancepinvokemarshallingdllimport

Read More
BackNext