openshot-audio  0.1.7
Functions | Variables
WindowsMessageHelpers Namespace Reference

Functions

void dispatchMessageFromLParam (LPARAM lParam)
 
LRESULT CALLBACK messageWndProc (HWND h, const UINT message, const WPARAM wParam, const LPARAM lParam) noexcept
 
BOOL CALLBACK broadcastEnumWindowProc (HWND hwnd, LPARAM lParam)
 

Variables

const unsigned int specialId = WM_APP + 0x4400
 
const unsigned int broadcastId = WM_APP + 0x4403
 
const TCHAR messageWindowName [] = _T("JUCEWindow")
 
ScopedPointer
< HiddenMessageWindow
messageWindow
 

Function Documentation

BOOL CALLBACK WindowsMessageHelpers::broadcastEnumWindowProc ( HWND  hwnd,
LPARAM  lParam 
)
void WindowsMessageHelpers::dispatchMessageFromLParam ( LPARAM  lParam)
LRESULT CALLBACK WindowsMessageHelpers::messageWndProc ( HWND  h,
const UINT  message,
const WPARAM  wParam,
const LPARAM  lParam 
)
noexcept

Variable Documentation

const unsigned int WindowsMessageHelpers::broadcastId = WM_APP + 0x4403
ScopedPointer<HiddenMessageWindow> WindowsMessageHelpers::messageWindow
const TCHAR WindowsMessageHelpers::messageWindowName[] = _T("JUCEWindow")
const unsigned int WindowsMessageHelpers::specialId = WM_APP + 0x4400