Home
last modified time | relevance | path

Searched refs:szIconPath (Results 1 – 7 of 7) sorted by relevance

/dports/games/springlobby/springlobby-0.180/src/gui/snarl/
H A DSnarlInterface.cpp105 strncpy((LPSTR)&ss.Icon, szIconPath, SNARL_STRING_LENGTH); in ShowMessage()
119 LPSTR szUFT8IconPath = WideToUTF8(szIconPath); in ShowMessage()
153 strncpy((LPSTR)&ssex.Icon, szIconPath, SNARL_STRING_LENGTH); in ShowMessageEx()
165 LPSTR szUFT8IconPath = WideToUTF8(szIconPath); in ShowMessageEx()
246 strncpy((LPSTR)&ss.Icon, szIconPath, SNARL_STRING_LENGTH); in UpdateMessage()
255 LPSTR szParam3 = WideToUTF8(szIconPath); in UpdateMessage()
502 TCHAR* szIconPath = NULL; in GetIconsPath() local
512 szIconPath = AllocateString(nLen); in GetIconsPath()
514 _tcsncpy(szIconPath, szPath, nLen); in GetIconsPath()
515 _tcsncat(szIconPath, _T("etc\\icons\\"), nLen); in GetIconsPath()
[all …]
H A DSnarlInterface.h168 …LONG32 ShowMessage(LPCSTR szTitle, LPCSTR szText, LONG32 timeout = 0, LPCSTR szIconPath = "", HWN…
169 …LONG32 ShowMessage(LPCWSTR szTitle, LPCWSTR szText, LONG32 timeout = 0, LPCWSTR szIconPath = L"",…
170 …STR szClass, LPCSTR szTitle, LPCSTR szText, LONG32 timeout = 0, LPCSTR szIconPath = "", HWND hWndR…
171 … szClass, LPCWSTR szTitle, LPCWSTR szText, LONG32 timeout = 0, LPCWSTR szIconPath = L"", HWND hWnd…
191 M_RESULT UpdateMessage(LPCSTR szTitle, LPCSTR szText, LPCSTR szIconPath = "");
192 M_RESULT UpdateMessage(LPCWSTR szTitle, LPCWSTR szText, LPCWSTR szIconPath = L"");
193 M_RESULT UpdateMessage(LONG32 Id, LPCSTR szTitle, LPCSTR szText, LPCSTR szIconPath = "");
194 M_RESULT UpdateMessage(LONG32 Id, LPCWSTR szTitle, LPCWSTR szText, LPCWSTR szIconPath = L"");
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Com/Urlmon/
H A Dmod.rs1074 pub szIconPath: [u16; 260], field
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-base/src/
H A Durlmon.pp528 szIconPath : array [0..259] of WideChar;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Com/Urlmon/
H A Dmod.rs5748 pub szIconPath: [u16; 260], field
5766 .field("szIconPath", &self.szIconPath) in fmt()
5776 …layName && self.szDescription == other.szDescription && self.szIconPath == other.szIconPath && sel… in eq()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Durlmon.h7832 WCHAR szIconPath[260]; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Durlmon.h7832 WCHAR szIconPath[260]; member