Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Get FileSystem Restrictions

windows delphi winapi delphi-7

NtOpenKey fails with 0xC0000034 - how to fix this?

c++ winapi wdk

How to show Vista style balloon hints in Delphi?

delphi winapi

Windows API for VISTA, 7 & Beyond

compiling "standard" C++ in visual studio (non .net)

Retrieving virtual disk file name from disk number

c# winapi pinvoke virtual-disk

Loading DLL not initializing static C++ classes

c++ winapi dll static

C++ - RegCreateKeyEx success but without result

c++ winapi registry

How can Microsoft say the size of a word in WinAPI is 16 bits?

c windows winapi assembly msdn

What is the different between API functions AllocConsole and AttachConsole(-1)?

c# .net winapi console

Enumerate running processes in Delphi

delphi winapi

Tkinter locks Python when an icon is loaded and tk.mainloop is in a thread

When did my application start running?

delphi winapi

Get text from an edit control

winapi

What is the purpose of GetPrivateProfileString? [closed]

c++ windows winapi function

Get other running processes window sizes in Python

python windows winapi pywin32

Getting the icon associated with a running application

c# winapi

How can I write a screen saver for Windows in C++?

Correctly reading a utf-16 text file into a string without external libraries?

c++ winapi unicode utf-16

How can I read a key value of Registry and print it to the screen with the MessageBox()

c++ winapi