Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

How to convert char* to wchar_t*?

Determine the current HINSTANCE?

winapi hinstance

How to make thread sleep less than a millisecond on Windows

c++ windows winapi sleep

What does it mean to set the declaration of a function equal to 0? How can you assign an integer to a function?

Get current cursor position

c++ winapi

How do I properly map a `MagImageScalingCallback` using JNA?

java pointers winapi jna

How to get main window handle from process id?

c++ windows winapi windows-7

Illegal token on right side of ::

c++ linux winapi

How to open Explorer with a specific file selected?

c# winapi vbscript

How can I get a process handle by its name in C++?

c++ winapi process

malloc() vs. HeapAlloc()

c++ winapi malloc

Is there a way to find all the functions exposed by a dll

c++ c winapi dll

Is there a way to get the string representation of HRESULT value using win API?

c++ windows winapi clr hresult

Why do you need to recompile C/C++ for each OS? [duplicate]

c++ c winapi compilation

What is the difference between Send Message and Post Message and how these relate to C# ,WPF and Pure windows programming?

c# wpf winapi

How do I decide whether to use ATL, MFC, Win32 or CLR for a new C++ project?

c++ winapi mfc clr atl

How do I get rid of Python Tkinter root window?

python winapi tkinter tk

How do you check if a directory exists on Windows in C?

c windows winapi

Is an atomic file rename (with overwrite) possible on Windows?

windows winapi posix

C# - Detect time of last user interaction with the OS