Understanding VBByRefStr in VB.NET P/Invoke declarations...
Read MoreMissing product types in GetProductInfo function API for few Windows 10 editions...
Read MoreHow do I call an unmanaged function that has a char[] as OUT parameter from C#?...
Read MoreHow to show menu item with icon AND text in WinForms system menu...
Read MoreFast way to get process owners in .NET...
Read MoreReading from buffer shows unrecognizable (Chinese) characters...
Read MoreHow to correctly hook and return GetDlgItemTextA from C++ to C# to C++ from EasyHook...
Read MoreC# - Convert unsafe byte* to byte[]...
Read MoreHow do you export a method in a CIL DLL so that a native program can call it?...
Read MoreMarshal.GetLastWin32Error() does not return the error...
Read MorePInvoke for GetLogicalProcessorInformation Function...
Read MoreHaving trouble refreshing the Windows aero preview in C#...
Read MoreHow do I make SelectedIndexChanged trigger when I change C# WinForms ComboBox.SelectedIndex using Wi...
Read Morehow to pass a pointer to C# struct to a method in C...
Read MoreString marshalling and memory management...
Read MoreChecking ProductVersion of an MSI programmatically...
Read MorePInvoke marshal value from pointer to struct...
Read Morepinvoke: Threads vs shared memory buffer...
Read MoreProperly declare SP_DEVICE_INTERFACE_DETAIL_DATA for PInvoke...
Read MoreCA2101: Specify marshaling for P-Invoke string arguments...
Read MoreP/Invoke not returning expected result with StringBuilder parameter for call to GetUserDefaultLocale...
Read MoreC# PInvoke of C++ function that returns struct by value crashes if the struct is left uninitialized...
Read MoreC# and PInvoke Winapi program hangs...
Read MoreHow do I await a HANDLE / SafeHandle?...
Read MoreAttempted to read or write protected memory. This is often an indication that other memory is corrup...
Read MoreWinDbg "invalid access to memory location" - InitializeProcThreadAttributeList...
Read MoreStep through the "managed to native transition" in Visual Studio?...
Read MoreUsing pinvoke for both 32 and 64 bit dlls from the same managed dll...
Read MoreIs there generally a noticeable performance hit when calling PInvoke on Win32 / COM methods?...
Read More