Home
last modified time | relevance | path

Searched refs:LoadStringA (Results 1 – 18 of 18) sorted by relevance

/reactos/modules/rostests/winetests/user32/
H A Dresource.c99 const int len = LoadStringA (hInst, 0, buf, bufsiz); in test_LoadStringA()
111 ret = LoadStringA(hInst, 1, buf, sizeof(buf) ); in test_LoadStringA()
113 ret2 = LoadStringA( hInst, MAKELONG( 1, 0x8000 ), buf, sizeof(buf)); in test_LoadStringA()
115 ret2 = LoadStringA( hInst, MAKELONG( 1, 0xffff ), buf, sizeof(buf)); in test_LoadStringA()
118 ret = LoadStringA(hInst, 65534, buf, sizeof(buf) ); in test_LoadStringA()
120 ret2 = LoadStringA( hInst, MAKELONG( 65534, 0x8000 ), buf, sizeof(buf)); in test_LoadStringA()
122 ret2 = LoadStringA( hInst, MAKELONG( 65534, 0xffff ), buf, sizeof(buf)); in test_LoadStringA()
125 ret = LoadStringA(hInst, 0, buf, 0); in test_LoadStringA()
132 ret = LoadStringA(hInst, 1, buf, 1); in test_LoadStringA()
/reactos/dll/win32/shell32/wine/
H A Dclasses.c536 if (LoadStringA(shell32_hInstance, IDS_DESKTOP, szDest, buflen)) in HCR_GetClassNameA()
541 if(LoadStringA(shell32_hInstance, IDS_MYCOMPUTER, szDest, buflen)) in HCR_GetClassNameA()
547 if(LoadStringA(shell32_hInstance, IDS_PERSONAL, szDest, buflen)) in HCR_GetClassNameA()
552 if(LoadStringA(shell32_hInstance, IDS_RECYCLEBIN_FOLDER_NAME, szDest, buflen)) in HCR_GetClassNameA()
557 if(LoadStringA(shell32_hInstance, IDS_CONTROLPANEL, szDest, buflen)) in HCR_GetClassNameA()
562 if(LoadStringA(shell32_hInstance, IDS_ADMINISTRATIVETOOLS, szDest, buflen)) in HCR_GetClassNameA()
H A Dshellord.c645 LoadStringA(hInstance, LOWORD(lpCaption), szTitle, ARRAY_SIZE(szTitle)); in ShellMessageBoxA()
663 if (szText) LoadStringA(hInstance, LOWORD(lpText), szText, len + 1); in ShellMessageBoxA()
702 LoadStringA(hInstance, LOWORD(lpCaption), szTitle, sizeof(szTitle)); in ShellMessageBoxA()
707 LoadStringA(hInstance, LOWORD(lpText), szText, sizeof(szText)); in ShellMessageBoxA()
/reactos/base/applications/clipbrd/
H A Dcliputils.c84 … return LoadStringA(hInstance, uFormatList[uFormat-1].uResID, (LPSTR)lpszFormat, cch); in GetPredefinedClipboardFormatName()
116 LoadStringA(hInstance, STRING_CF_UNKNOWN, (LPSTR)lpszFormat, cch); in RetrieveClipboardFormatName()
130 LoadStringA(hInstance, STRING_CF_UNKNOWN, (LPSTR)lpszFormat, cch); in RetrieveClipboardFormatName()
/reactos/dll/win32/wldap32/
H A Derror.c78 LoadStringA( hwldap32, err, buf, 256 ); in ldap_err2stringA()
80 LoadStringA( hwldap32, WLDAP32_LDAP_LOCAL_ERROR, buf, 256 ); in ldap_err2stringA()
/reactos/base/applications/winhlp32/
H A Dwinhelp.c154 LoadStringA(Globals.hInstance, STID_HELP_FILES_HLP, p, MAX_STRING_LEN); in WINHELP_GetOpenFileName()
158 LoadStringA(Globals.hInstance, STID_ALL_FILES, p, MAX_STRING_LEN); in WINHELP_GetOpenFileName()
201 LoadStringA(Globals.hInstance, ids_text, text, sizeof(text)); in WINHELP_MessageBoxIDS_s()
282 LoadStringA(Globals.hInstance, STID_WINE_HELP, tmp, sizeof(tmp)); in WINHELP_GetWindowInfo()
288 LoadStringA(Globals.hInstance, STID_WINE_HELP, mwi.caption, sizeof(mwi.caption)); in WINHELP_GetWindowInfo()
798 LoadStringA(Globals.hInstance, STID_CONTENTS, buffer, sizeof(buffer)); in WINHELP_CreateHelpWindow()
800 LoadStringA(Globals.hInstance, STID_INDEX, buffer, sizeof(buffer)); in WINHELP_CreateHelpWindow()
802 LoadStringA(Globals.hInstance, STID_BACK, buffer, sizeof(buffer)); in WINHELP_CreateHelpWindow()
1585 LoadStringA(Globals.hInstance, STID_PSH_INDEX, buf, sizeof(buf)); in WINHELP_CreateIndexWindow()
/reactos/win32ss/user/user32/misc/
H A Dresources.c77 INT WINAPI LoadStringA( HINSTANCE instance, UINT resource_id, LPSTR buffer, INT buflen ) in LoadStringA() function
/reactos/dll/directx/dsound_new/
H A Denum.c32 if (!LoadStringA(dsound_hInstance, ResourceId, (LPSTR)Buffer, ccount)) in LoadResourceString()
/reactos/dll/directx/ddraw/
H A Dmain.c228 LoadStringA(hDllModule, STR_PRIMARY_DISPLAY, (LPSTR)&strMsg, RC_STRING_MAX_SIZE); in DirectDrawEnumerateExA()
/reactos/dll/win32/oledlg/
H A Dinsobjdlg.c535 LoadStringA(OLEDLG_hInstance, IDS_BROWSE, title, 32); in UIINSERTOBJECTDLG_BrowseFile()
579 LoadStringA(OLEDLG_hInstance, IDS_BROWSE, title, 32); in UIINSERTOBJECTDLG_AddControl()
/reactos/dll/win32/oleacc/
H A Dmain.c591 UINT ret = LoadStringA(oleacc_handle, state_id, state_str, state_str_len); in GetStateTextA()
597 return LoadStringA(oleacc_handle, state_id, tmp, sizeof(tmp)); in GetStateTextA()
/reactos/modules/rostests/winetests/winetest/
H A Dmain.c248 len = LoadStringA (module, REV_INFO+i, revinfo, sizeof(revinfo)); in extract_rev_infos()
544 if (LoadStringA( 0, IDS_BUILD_ID, build, sizeof(build) )) xprintf( "%s\n", build ); in run_tests()
/reactos/dll/shellext/shellbtrfs/
H A Dcontextmenu.cpp1180 if (LoadStringA(module, IDS_CREATE_SNAPSHOT_HELP_TEXT, pszName, cchMax)) in GetCommandString()
1207 if (LoadStringA(module, IDS_SEND_SUBVOL_HELP, pszName, cchMax)) in GetCommandString()
1237 if (LoadStringA(module, IDS_NEW_SUBVOL_HELP_TEXT, pszName, cchMax)) in GetCommandString()
1264 if (LoadStringA(module, IDS_RECV_SUBVOL_HELP, pszName, cchMax)) in GetCommandString()
1291 if (LoadStringA(module, IDS_REFLINK_PASTE_HELP, pszName, cchMax)) in GetCommandString()
/reactos/dll/win32/wininet/
H A Dhttp.c2252 LoadStringA(WININET_hModule, IDS_CERT_SUBJECT, subject, sizeof(subject)); in HTTPREQ_QueryOption()
2253 LoadStringA(WININET_hModule, IDS_CERT_ISSUER, issuer, sizeof(issuer)); in HTTPREQ_QueryOption()
2254 LoadStringA(WININET_hModule, IDS_CERT_EFFECTIVE, effective, sizeof(effective)); in HTTPREQ_QueryOption()
2255 LoadStringA(WININET_hModule, IDS_CERT_EXPIRATION, expiration, sizeof(expiration)); in HTTPREQ_QueryOption()
2256 LoadStringA(WININET_hModule, IDS_CERT_PROTOCOL, protocol, sizeof(protocol)); in HTTPREQ_QueryOption()
2257 LoadStringA(WININET_hModule, IDS_CERT_SIGNATURE, signature, sizeof(signature)); in HTTPREQ_QueryOption()
2258 LoadStringA(WININET_hModule, IDS_CERT_ENCRYPTION, encryption, sizeof(encryption)); in HTTPREQ_QueryOption()
2259 LoadStringA(WININET_hModule, IDS_CERT_PRIVACY, privacy, sizeof(privacy)); in HTTPREQ_QueryOption()
2260 LoadStringA(WININET_hModule, info.dwKeySize >= 128 ? IDS_CERT_HIGH : IDS_CERT_LOW, in HTTPREQ_QueryOption()
2262 LoadStringA(WININET_hModule, IDS_CERT_BITS, bits, sizeof(bits)); in HTTPREQ_QueryOption()
/reactos/win32ss/user/user32/
H A Duser32.spec471 @ stdcall LoadStringA(long long ptr long)
/reactos/dll/win32/comdlg32/
H A Dprintdlg.c1033 LoadStringA(COMDLG32_hInstance, PD32_PRINTER_STATUS_PAUSED+i, in PRINTDLG_UpdatePrinterInfoTextsA()
1041 LoadStringA(COMDLG32_hInstance, PD32_PRINTER_STATUS_READY, in PRINTDLG_UpdatePrinterInfoTextsA()
/reactos/dll/win32/winmm/
H A Dmci.c2213 if (LoadStringA(hWinMM32Instance, dwError, lpstrBuffer, uLength) > 0) { in mciGetErrorStringA()
/reactos/sdk/include/psdk/
H A Dwinuser.h5032 LoadStringA(
5831 #define LoadString LoadStringA