Skip to content

Latest commit

 

History

History
54 lines (49 loc) · 2.18 KB

README.md

File metadata and controls

54 lines (49 loc) · 2.18 KB

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