13#if defined(BI_HAS_PRAGMA_ONCE)
81 HWND GetCallbackWindow()
const;
89 bool WaitingForNotification;
136 return WaitingForNotification;
143 WaitingForNotification =
b;
A private TWindow derivative used by TMci to capture events.
TMci is a Windows MCI (Media Control Interface) encapsulation class.
MCIDEVICEID GetDeviceId() const
Returns the ID of the open MCI device.
void SetBusy(bool)
Sets the busy flag for the MCI device.
bool IsBusy() const
Returns true if the MCI is currently busy doing something.
Wrapper to play .WAV files.
ObjectWindows dynamic-link libraries (DLLs) construct an instance of TModule, which acts as an object...
TWindow, derived from TEventHandler and TStreamableBase, provides window-specific behavior and encaps...
#define DECLARE_RESPONSE_TABLE(cls)
Object Windows Library (OWLNext Core)
LPARAM TParam2
Second parameter type.
WPARAM TParam1
First parameter type.
Base window class TWindow definition, including HWND encapsulation.