Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Is it a good idea to recreate Win32's headers?

c winapi header

Official way to get the Thread Information/Environment Block (TIB/TEB)

Registry - How to rename key in registry using C++?

c++ c winapi registry

How to setup timer resolution to 0.5 ms?

c++ windows winapi timer driver

Are UTF16 (as used by for example wide-winapi functions) characters always 2 byte long?

c++ winapi unicode utf-8 utf-16

Why are there different TEXT like macros for the same thing in win32?

c++ windows winapi

Does using SecureZeroMemory() really help to make the application more secure?

c++ security winapi

Ctypes pro and con

python winapi ctypes

How to mix std::string with Win32 functions that take char[] buffers?

c++ string stl winapi

Win32 ReadFile hangs when reading from pipe

winapi freeze readfile

Can we call Native Windows API from Delphi?

How do I obtain CPU cycle count in Win32?

winapi timer cpu-cycles

How can I use GetNextWindow() in C#?

c# windows winapi

What is the cleanest way to create a timeout for a while loop?

c++ c windows algorithm winapi

Setting a DWORD value in the registry

c++ windows winapi registry

How can a VB 6 app determine if it is running on Windows 10?

windows winapi vb6 windows-10

How to programmatically restart windows explorer process

System Tray Icon in C++

c++ winapi system-tray

Problems using EnterCriticalSection

c++ winapi critical-section

Why is everything in the Windows API typedef'd?

c winapi typedef