Function.h 266 B

123456789101112
  1. #pragma once
  2. #include "Win32.h"
  3. int Err(HWND hwnd, LPCTSTR message, LPCTSTR title);
  4. int Err(ATOM atom, LPCTSTR message, LPCTSTR title);
  5. int Err(LPCTSTR title, LPCTSTR message);
  6. void StartBDS();
  7. void StopBDS();
  8. void ForceStopBDS();
  9. bool SendCommand(WCHAR command);