Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pinvoke

Why do I need to define DLLImport with EntryPoint attribute

c# c++ pinvoke

How to get active window that is not part of my application?

c# .net pinvoke

EnumWindows function in Win10 enumerates only desktop apps

c# windows windows-10 pinvoke

Are .net Enums blittable types? (Marshalling)

.net enums pinvoke marshalling

Supporting multiple instances of a plugin DLL with global data

c windows dll pinvoke ipc

Give a windows handle (Native), how to close the windows using C#?

c# wpf winforms pinvoke

Returning a string from delphi dll to C# caller in 64 bit

c# delphi pinvoke

What's the most efficient way to marshal C++ structs to C#?

C# using SendMessage, problem with WM_COPYDATA

c# pinvoke sendmessage

When calling Windows API functions from C#, which source for signatures to trust: .NET Framework source code or PInvoke?

GetWindowText in c# returns a rectangles instead of text

c# winapi pinvoke

Is it possible to restart a PC using "pure" .NET and *without* using p/invoke?

Set any application's volume

c# .net pinvoke audio

RichTextBox and underline color

Set Fan Speed in C#

c# pinvoke

How to convert native C++ memory into C# structure?

c# interop pinvoke

Return list of points (x,y,z) from C to C# using PInvoke

c# c pinvoke

SetWindowLong/GetWindowLong and 32-bit/64-bit CPUs

c# winapi 64-bit pinvoke 32-bit