#pragma once #include "Win32.h" int Err(HWND hwnd, LPCTSTR message, LPCTSTR title); int Err(ATOM atom, LPCTSTR message, LPCTSTR title); int Err(LPCTSTR title, LPCTSTR message); void StartBDS(); void StopBDS(); void ForceStopBDS(); bool SendCommand(WCHAR command);