Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Performance of fopen() on win32

c linux winapi

How to detect KeyPress while program is running in background in Win32 C++

winapi visual-c++-2010

C# get child handles using FindWindowEx by name and ordinal number

Use CreateThread with a lambda

c++ winapi

How to determine if dll file was compiled as x64 or x86 bit using either Delphi or Lazarus

delphi winapi 64-bit lazarus

Using STDIN with an AllocConsole()

c++ winapi windows-console

CreateRemoteThread returning ERROR_ACCESS_DENIED - Windows 7 DLL Injection

F# syntax for P/Invoke signature using MarshalAs

winapi f# pinvoke marshalling

How to get list of folders in this folder?

c++ winapi visual-c++

Volume to physical drive

c++ c windows winapi hard-drive

How to bring a window foreground using c#?

c# winapi window foreground

Is it possible to kill WaitForSingleObject(handle, INFINITE)?

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