Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

What is the equivalent to Posix popen() in the Win32 API?

c linux winapi api posix

LocalAlloc Vs GlobalAlloc Vs malloc Vs new

c++ winapi heap-memory

Listing serial (COM) ports on Windows?

detecting idle time using python

python winapi

RSA encryption library for C++ [closed]

c++ winapi encryption rsa

How relevant is Win32 programming to modern professionals? [closed]

c winapi

Is there a Windows equivalent to fdopen for HANDLEs?

c winapi stdio

Should DWORD map to int or uint?

c# .net winapi pinvoke dword

How to detect Windows 10 light/dark mode in Win32 application?

How to programmatically unplug & replug an arbitrary USB device?

c++ winapi usb usbserial

How can I open a local HTML file in Microsoft Edge browser?

What's a ".dll.a" file?

dll winapi

How do I get the file HANDLE from the fopen FILE structure?

c winapi windows-ce msvcrt crt

<system_error> categories and standard/system error codes

Win32: full-screen and hiding taskbar

winapi fullscreen taskbar

Detect active window changed using C# without polling

c# windows events winapi

Equivalent of gettimeday() for Windows

visual-studio-2010 winapi

How do I compute the non-client window size in WPF?

c# .net wpf windows winapi

What are the differences between BringWindowToTop, SetForegroundwindow, SetWindowPos etc.?

windows winapi

Calling Win32 API method from Java