Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

How do I check if a user has local admin privileges in win32

c++ winapi

Alternatives to LogonUser for network impersonation (C++)

How do I draw zoomed text without changing effective text width?

delphi winapi

Is it possible to paint on scrollbars?

delphi winapi scrollbar

Connecting via named pipe from windows service (session#0) to desktop app (session #1)

How to iterate over long path names with any form of the Windows API

c windows winapi ntfs

Can you make a Borderless Application Main Window in Windows, without WS_POPUP style?

delphi winapi visual-c++

should I eliminate TCHAR from Windows code?

c winapi unicode utf-8 tchar

Replace task manager using registry keys or api

winapi registry taskmanager

Win32 custom message box

How to get a tree view item by the hit test when RTL layout is used?

delphi winapi delphi-2009

What is StringCbprintf and how's this different than general sprintf?

c++ c windows winapi printf

How can I work out what values to use for TListBox.ScrollWidth?

delphi winapi

Increase the size of the memory mapped file [duplicate]

How to detect when WiFi (re)connects?

delphi winapi

"xxx.exe is not a valid Win32 application" after VS just built it

VBA: Workaround To Emulate AddressOf Operator In A Class Module

excel vba winapi

Is it possible to check chromedriver.exe version at runtime in python?

ExitProcess from the OnShow event of MainForm in Delphi

delphi winapi

OK to copy a CRITICAL_SECTION?

c winapi synchronization