#include "precomp.h"
#include <commoncontrols.h>
#include <shlwapi_undoc.h>
#include <shellapi.h>
Go to the source code of this file.
◆ GetAccessKeyFromText()
Definition at line 262 of file addressband.cpp.
263{
265 {
267 {
268
270 continue;
271 }
273 {
276 break;
277 }
278 }
279
281 return chAccess;
282}
DWORD WINAPI CharUpperBuffW(_Inout_updates_(cchLength) LPWSTR lpsz, _In_ DWORD cchLength)
Referenced by GetAddressBarAccessKey().
◆ GetAddressBarAccessKey()
static WCHAR GetAddressBarAccessKey |
( |
WCHAR |
chAccess | ) |
|
|
static |
Definition at line 284 of file addressband.cpp.
285{
286 static WCHAR s_chCache = 0;
287 static LANGID s_ThreadLocale = 0;
289 return s_chCache;
290
294 {
295 return chAccess;
296 }
297
300 return s_chCache;
301}
static WCHAR GetAccessKeyFromText(WCHAR chAccess, LPCWSTR pszText)
#define IDS_ADDRESSBANDLABEL
LCID WINAPI GetThreadLocale(void)
int WINAPI LoadStringW(_In_opt_ HINSTANCE hInstance, _In_ UINT uID, _Out_writes_to_(cchBufferMax, return+1) LPWSTR lpBuffer, _In_ int cchBufferMax)
Referenced by CAddressBand::TranslateAcceleratorIO().