Home
last modified time | relevance | path

Searched refs:uReplyMsg (Results 1 – 4 of 4) sorted by relevance

/dports/games/springlobby/springlobby-0.180/src/gui/snarl/
H A DSnarlInterface.cpp97 …LPCSTR szTitle, LPCSTR szText, LONG32 timeout, LPCSTR szIconPath, HWND hWndReply, WPARAM uReplyMsg) in ShowMessage() argument
109 ss.Id = static_cast<LONG32>(uReplyMsg); in ShowMessage()
115 …WSTR szTitle, LPCWSTR szText, LONG32 timeout, LPCWSTR szIconPath, HWND hWndReply, WPARAM uReplyMsg) in ShowMessage() argument
121 …LONG32 result = ShowMessage(szUTF8Title, szUTF8Text, timeout, szUFT8IconPath, hWndReply, uReplyMsg in ShowMessage()
140 …PCSTR szText, LONG32 timeout, LPCSTR szIconPath, HWND hWndReply, WPARAM uReplyMsg, LPCSTR szSoundF… in ShowMessageEx() argument
148 ssex.Id = static_cast<LONG32>(uReplyMsg); in ShowMessageEx()
160 …WSTR szText, LONG32 timeout, LPCWSTR szIconPath, HWND hWndReply, WPARAM uReplyMsg, LPCWSTR szSound… in ShowMessageEx() argument
168 …UTF8Class, szUTF8Title, szUTF8Text, timeout, szUFT8IconPath, hWndReply, uReplyMsg, szUFT8SoundFile… in ShowMessageEx()
629 ssex.Id = uReplyMsg; in ShowNotification()
636 …Title, LPCWSTR Text, LONG32 Timeout, LPCWSTR Icon, HWND hWndReply, LONG32 uReplyMsg, LPCWSTR Sound) in ShowNotification() argument
[all …]
H A DSnarlInterface.h168 …R szText, LONG32 timeout = 0, LPCSTR szIconPath = "", HWND hWndReply = NULL, WPARAM uReplyMsg = 0);
169 …szText, LONG32 timeout = 0, LPCWSTR szIconPath = L"", HWND hWndReply = NULL, WPARAM uReplyMsg = 0);
170 …NG32 timeout = 0, LPCSTR szIconPath = "", HWND hWndReply = NULL, WPARAM uReplyMsg = 0, LPCSTR szSo…
171 …32 timeout = 0, LPCWSTR szIconPath = L"", HWND hWndReply = NULL, WPARAM uReplyMsg = 0, LPCWSTR szS…
211 …, LONG32 Timeout = 0, LPCSTR Icon = NULL, HWND hWndReply = NULL, LONG32 uReplyMsg = 0, LPCSTR Soun…
212 … LONG32 Timeout = 0, LPCWSTR Icon = NULL, HWND hWndReply = NULL, LONG32 uReplyMsg = 0, LPCWSTR Sou…
/dports/net-im/psi/psi-1.5/src/plugins/windows/snarl/
H A DSnarlInterface.cpp17 …ring title, std::string text, long timeout, std::string iconPath, HWND hWndReply, long uReplyMsg) { in snShowMessage() argument
40 snarlStruct.id = uReplyMsg; in snShowMessage()
H A DSnarlInterface.h40 …tring title, std::string text, long timeout, std::string iconPath, HWND hWndReply, long uReplyMsg);