Skip to content

mikeduglas/winapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

winapi

A set of helper classes:

  • TWnd (hwnd)
  • TCWnd (client hwnd)
  • TRect (rect)
  • TRectF (rectf)
  • TDC (device context)
  • TPaintDC (a device-context class derived from TDC)
  • TGdiObj (GDI generic object)
  • TPen (GDI pen)
  • TBrush (GDI brush)
  • TBitmap (GDI bitmap)
  • TLogicalFont (GDI font)
  • TIODevice (I/O device)
  • TDiskFile (file)
  • TTempFile (temp files and folders)
  • TTimer (timer)
  • TSoundPlayer (WAV)
  • TResource (exe/dll resources)
  • TMCIDevice (MCI devices)
  • TMpegVideo (MP3)
  • TSystemMetrics (GetSystemMetrics api)
  • TStringEncoding (MultiByteToWideChar, WideCharToMultiByte apis)
  • TProcessEnvironment (GetEnvironmentVariable, SetEnvironmentVariable apis)
  • TToolHelp (CreateToolhelp32Snapshot, Process32First, Process32Next and others)
  • TClipboard (OpenClipboard etc)
  • TGlobalMemory (GlobalAlloc etc)

See change log.

Depend on projects

The projects based on winapi

About

A set of helper classes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published