Search code examples
SetTimeZoneInformation does not update DateTime.Now for another .NET Application...


c#pinvoke

Read More
Marshalling a structure in a call to an external C library...


c#.netpinvokemarshalling

Read More
How to pinvoke a variable-length array of structs from GetTokenInformation() safely for 32-bit and 6...


c#.netpinvokemarshalling

Read More
How do I call a function in a C++ Dll from C# that has void* callback and object parameter...


c#c++cpinvoke

Read More
How do I convert from an unmanaged C++ dll char** to a C# string and back...


c#c++pinvoke

Read More
Problem with parameters in CreateProcessAsUser...


vb.netwinapiwindows-servicespinvokecreateprocessasuser

Read More
Why is the handling of exceptions from CloseHandle different between .NET 4 and 3.5?...


c#.netwinapiinteroppinvoke

Read More
Invalid Managed/Unmanaged Type Combination With Embedded, Dynamically-Allocated Array...


c#arraysdynamicpinvokemarshalling

Read More
Preventing computer from sleeping...


c#pinvoke

Read More
RegisterHotkey Fn Modifier?...


c#winapikeyboard-shortcutspinvokehotkeys

Read More
SetupDiChangeState throws Access Denied...


c#pinvoke

Read More
P/Invoke wrong parameters being passed to C library function...


c#cpinvoke

Read More
Why Win32 error codes don't match method signatures?...


c#pinvoke

Read More
iterating over memory allocated with Marshal.AllocHGlobal()...


c#pinvoke

Read More
Preferred approach for conditional compilation for 32-bit versus 64-bit versions of types ...


c#.netinteroppinvokemarshalling

Read More
Managed alternative to user32.dll FlashWindow...


.netwinapimonopinvoke

Read More
WindowsIdentity constructor throws exception with token from LogonUser...


c#pinvokewindows-identity

Read More
PInvoke when you don't know the DLL at compile time?...


c#pinvoke

Read More
How to marshal struct containing pointer to first element of a C-style array of unknown type...


c#.netpinvokemarshalling

Read More
How should I import Powerflex functions for use in C#?...


c#delphipinvoke

Read More
When using RegisterHotKey api call, why does it accept 1, 2, 4, and 8 as modifiers?...


c#enumspinvokeflags

Read More
Decompile a c dll to use pinvoke on...


cwindowsdllpinvokereverse-engineering

Read More
P/Invoke from C#: Call functions of returned object...


c#.netc++-clipinvokeunmanaged

Read More
Why doesn't this P/Invoke signature work?...


c#c++winapipinvoke

Read More
C string literal vs. C string array/pointer with P/Invoke not working correctly...


c#cinteroppinvokemingw

Read More
How can i use a C# dll in a Win32 C++ project?...


c#winapivisual-c++pinvoke

Read More
What's the best way to define this native interface for .NET consumption?...


c#c++.netpinvokemarshalling

Read More
How can I tell if cbSize should be int or uint in MonitorInfo?...


structpinvokemarshalling

Read More
error in PInvoke signature while trying to write mouse click code...


c#pinvoke

Read More
Interrupting native threads...


c#.netmultithreadingpinvokenative

Read More
BackNext