/reactos/dll/win32/shlwapi/ |
H A D | thread.c | 489 HANDLE WINAPI SHGlobalCounterCreateNamedW(LPCWSTR lpszName, DWORD iInitial) in SHGlobalCounterCreateNamedW() argument 499 TRACE("(%s,%d)\n", debugstr_w(lpszName), iInitial); in SHGlobalCounterCreateNamedW() 503 if (lpszName) in SHGlobalCounterCreateNamedW() 504 StrCpyNW(szBuff + iPrefixLen, lpszName, iBuffLen - iPrefixLen); in SHGlobalCounterCreateNamedW() 526 HANDLE WINAPI SHGlobalCounterCreateNamedA(LPCSTR lpszName, DWORD iInitial) in SHGlobalCounterCreateNamedA() argument 530 TRACE("(%s,%d)\n", debugstr_a(lpszName), iInitial); in SHGlobalCounterCreateNamedA() 532 if (lpszName) in SHGlobalCounterCreateNamedA() 533 MultiByteToWideChar(CP_ACP, 0, lpszName, -1, szBuff, MAX_PATH); in SHGlobalCounterCreateNamedA() 534 return SHGlobalCounterCreateNamedW(lpszName ? szBuff : NULL, iInitial); in SHGlobalCounterCreateNamedA()
|
H A D | msgbox.c | 141 INT_PTR WINAPI SHMessageBoxCheckExA(HWND hWnd, HINSTANCE hInst, LPCSTR lpszName, in SHMessageBoxCheckExA() argument 148 if (IS_INTRESOURCE(lpszName)) in SHMessageBoxCheckExA() 149 szName = (LPCWSTR)lpszName; /* Resource Id or NULL */ in SHMessageBoxCheckExA() 151 MultiByteToWideChar(CP_ACP, 0, lpszName, -1, szNameBuff, MAX_PATH); in SHMessageBoxCheckExA() 163 INT_PTR WINAPI SHMessageBoxCheckExW(HWND hWnd, HINSTANCE hInst, LPCWSTR lpszName, in SHMessageBoxCheckExW() argument 174 return DialogBoxParamW(hInst, lpszName, hWnd, SHDlgProcEx, (LPARAM)&d); in SHMessageBoxCheckExW()
|
H A D | stopwatch.c | 155 void WINAPI StopWatch_MarkFrameStart(LPCSTR lpszName) in StopWatch_MarkFrameStart() argument 157 FIXME("(%s) stub!\n", debugstr_a(lpszName)); in StopWatch_MarkFrameStart()
|
H A D | reg.c | 1549 WCHAR szNameBuf[MAX_PATH], *lpszName = szNameBuf; in SHDeleteKeyW() local 1567 if(!lpszName) in SHDeleteKeyW() 1576 dwRet = SHDeleteKeyW(hSubKey, lpszName); in SHDeleteKeyW() 1581 if (lpszName != szNameBuf) in SHDeleteKeyW() 2267 WCHAR szName[MAX_PATH], *lpszName = szName; in SHCopyKeyW() local 2299 if (!lpszName || !lpBuff) in SHCopyKeyW() 2316 dwRet = RegOpenKeyExW(hKeySrc, lpszName, 0, KEY_READ, &hSubKeySrc); in SHCopyKeyW() 2321 dwRet = RegCreateKeyW(hKeyDst, lpszName, &hSubKeyDst); in SHCopyKeyW() 2342 dwRet = SHSetValueW(hKeyDst, NULL, lpszName, dwType, lpBuff, dwLen); in SHCopyKeyW() 2346 if (lpszName != szName) in SHCopyKeyW() [all …]
|
/reactos/dll/win32/avicap32/ |
H A D | avicap32.c | 143 LPWSTR lpszName, in capGetDriverDescriptionW() argument 158 if (lpszName && cbName) in capGetDriverDescriptionW() 159 lpszName[0] = L'\0'; in capGetDriverDescriptionW() 205 if (lpszName && cbName) in capGetDriverDescriptionW() 207 lstrcpynW(lpszName, szDriverName, cbName); in capGetDriverDescriptionW() 267 LPSTR lpszName, in capGetDriverDescriptionA() argument 278 WideCharToMultiByte(CP_ACP, 0, DevName, -1, lpszName, cbName, NULL, NULL); in capGetDriverDescriptionA()
|
/reactos/dll/win32/winmm/ |
H A D | playsound.c | 98 static HMMIO get_mmioFromFile(LPCWSTR lpszName) in get_mmioFromFile() argument 104 ret = mmioOpenW((LPWSTR)lpszName, NULL, in get_mmioFromFile() 107 if (SearchPathW(NULL, lpszName, L".wav", ARRAY_SIZE(buf), buf, &dummy)) in get_mmioFromFile() 115 static HMMIO get_mmioFromProfile(UINT uFlags, LPCWSTR lpszName) in get_mmioFromProfile() argument 124 TRACE("searching in SystemSound list for %s\n", debugstr_w(lpszName)); in get_mmioFromProfile() 126 bIsDefault = (_wcsicmp(lpszName, L"SystemDefault") == 0); in get_mmioFromProfile() 129 bIsDefault ? L"Default" : lpszName, in get_mmioFromProfile() 192 bIsDefault ? L".Default" : lpszName, in get_mmioFromProfile() 251 WARN("can't find SystemSound=%s !\n", debugstr_w(lpszName)); in get_mmioFromProfile()
|
/reactos/base/shell/progman/ |
H A D | program.c | 157 PROGRAM_AddProgram(PROGGROUP* hGroup, HICON hIcon, LPCWSTR lpszName, in PROGRAM_AddProgram() argument 172 hName = Alloc(HEAP_ZERO_MEMORY, (wcslen(lpszName) + 1) * sizeof(WCHAR)); in PROGRAM_AddProgram() 186 memcpy(hName , lpszName , (wcslen(lpszName) + 1) * sizeof(WCHAR)); in PROGRAM_AddProgram() 215 lvItem.pszText = (LPWSTR)lpszName; in PROGRAM_AddProgram()
|
H A D | grpfile.c | 170 LPCSTR lpszName; 197 lpszName = buffer + GET_USHORT(buffer, 22); 198 if (lpszName >= buffer + size) return(0); 210 hGroup = GROUP_AddGroup(lpszName, lpszGrpFile, nCmdShow, x, y, 250 LPCSTR lpszName, lpszCmdLine, lpszIconFile, lpszWorkDir; 295 lpszName = buffer + GET_USHORT(program_ptr, 18); 299 lpszName > buffer + size || 346 return (PROGRAM_AddProgram(hGroup, hIcon, lpszName, x, y,
|
H A D | progman.h | 217 PROGGROUP* GROUP_AddGroup(GROUPFORMAT format, BOOL bIsCommonGroup, LPCWSTR lpszName, LPCWSTR lpszGr… 229 PROGRAM* PROGRAM_AddProgram(PROGGROUP* hGroup, HICON hIcon, LPCWSTR lpszName, 241 BOOL DIALOG_Delete(UINT ids_text_s, LPCWSTR lpszName);
|
H A D | group.c | 435 GROUP_AddGroup(GROUPFORMAT format, BOOL bIsCommonGroup, LPCWSTR lpszName, LPCWSTR lpszGrpFile, in GROUP_AddGroup() argument 518 hName = Alloc(HEAP_ZERO_MEMORY, (wcslen(lpszName) + 1) * sizeof(WCHAR)); in GROUP_AddGroup() 528 memcpy(hName , lpszName , (wcslen(lpszName) + 1) * sizeof(WCHAR)); in GROUP_AddGroup() 566 mcs.szTitle = lpszName; in GROUP_AddGroup()
|
H A D | dialog.c | 361 BOOL DIALOG_Delete(UINT ids_text_s, LPCWSTR lpszName) in DIALOG_Delete() argument 363 …return (MAIN_MessageBoxIDS_s(ids_text_s, lpszName, IDS_DELETE, MB_YESNO | MB_DEFBUTTON2) == IDYES); in DIALOG_Delete() 509 EnumPickIconResourceProc(HMODULE hModule, LPCWSTR lpszType, LPWSTR lpszName, LONG_PTR lParam) in EnumPickIconResourceProc() argument 515 if (IS_INTRESOURCE(lpszName)) in EnumPickIconResourceProc() 516 StringCbPrintfW(szName, sizeof(szName), L"%u", (unsigned)(UINT_PTR)lpszName); in EnumPickIconResourceProc() 518 StringCbCopyW(szName, sizeof(szName), lpszName); in EnumPickIconResourceProc() 520 hIcon = (HICON)LoadImageW(hModule, lpszName, IMAGE_ICON, 32, 32, LR_DEFAULTCOLOR); in EnumPickIconResourceProc()
|
/reactos/dll/win32/comctl32/ |
H A D | animate.c | 700 if (!lpszName) in ANIMATE_OpenW() 710 TRACE("(%s)\n", debugstr_w(lpszName)); in ANIMATE_OpenW() 712 if (!IS_INTRESOURCE(lpszName)) in ANIMATE_OpenW() 714 if (!ANIMATE_LoadResW(infoPtr, hInstance, lpszName)) in ANIMATE_OpenW() 717 if (!ANIMATE_LoadFileW(infoPtr, lpszName)) in ANIMATE_OpenW() 726 if (!ANIMATE_LoadResW(infoPtr, hInstance, lpszName)) in ANIMATE_OpenW() 764 static BOOL ANIMATE_OpenA(ANIMATE_INFO *infoPtr, HINSTANCE hInstance, LPSTR lpszName) in ANIMATE_OpenA() argument 770 if (IS_INTRESOURCE(lpszName)) in ANIMATE_OpenA() 771 return ANIMATE_OpenW(infoPtr, hInstance, (LPWSTR)lpszName); in ANIMATE_OpenA() 773 len = MultiByteToWideChar(CP_ACP, 0, lpszName, -1, NULL, 0); in ANIMATE_OpenA() [all …]
|
/reactos/dll/win32/shell32/ |
H A D | CCopyAsPathMenu.cpp | 150 CCopyAsPathMenu::GetCommandString(UINT_PTR idCommand, UINT uFlags, UINT *lpReserved, LPSTR lpszName… in GetCommandString() argument 153 idCommand, uFlags, lpReserved, lpszName, uMaxNameLen); in GetCommandString() 154 return SHELL_GetCommandStringImpl(idCommand, uFlags, lpszName, uMaxNameLen, g_VerbMap); in GetCommandString()
|
H A D | CDefViewBckgrndMenu.cpp | 36 …CommandString)(UINT_PTR idCommand, UINT uFlags, UINT *lpReserved, LPSTR lpszName, UINT uMaxNameLen… 284 …tCommandString(UINT_PTR idCommand, UINT uFlags, UINT *lpReserved, LPSTR lpszName, UINT uMaxNameLen) in GetCommandString() argument 288 return m_folderCM->GetCommandString(idCommand, uFlags, lpReserved, lpszName, uMaxNameLen); in GetCommandString()
|
H A D | CCopyAsPathMenu.h | 29 …STDMETHODIMP GetCommandString(UINT_PTR idCommand, UINT uFlags, UINT *lpReserved, LPSTR lpszName, U…
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | mru.c | 104 CHAR szNameBuf[MAX_PATH], *lpszName = szNameBuf; in mru_RegDeleteTreeA() local 124 if (!(lpszName = heap_alloc(dwMaxLen * sizeof(CHAR)))) in mru_RegDeleteTreeA() 136 if (RegEnumKeyExA(hSubKey, 0, lpszName, &dwSize, NULL, in mru_RegDeleteTreeA() 139 ret = mru_RegDeleteTreeA(hSubKey, lpszName); in mru_RegDeleteTreeA() 149 if (RegEnumValueA(hKey, 0, lpszName, &dwSize, in mru_RegDeleteTreeA() 152 ret = RegDeleteValueA(hKey, lpszName); in mru_RegDeleteTreeA() 158 if (lpszName != szNameBuf) in mru_RegDeleteTreeA() 159 heap_free(lpszName); in mru_RegDeleteTreeA()
|
/reactos/dll/win32/clusapi/ |
H A D | clusapi.c | 112 DWORD WINAPI ClusterEnum(HCLUSENUM hEnum, DWORD dwIndex, LPDWORD lpdwType, LPWSTR lpszName, LPDWORD… in ClusterEnum() argument 114 FIXME("(%p, %u, %p, %p, %u) stub!\n", hEnum, dwIndex, lpdwType, lpszName, *lpcchName); in ClusterEnum()
|
/reactos/win32ss/user/user32/windows/ |
H A D | cursoricon.c | 1098 _In_ LPCWSTR lpszName, in BITMAP_LoadImageW() argument 1124 pvMapping = map_fileW(lpszName, NULL); in BITMAP_LoadImageW() 1379 _In_ LPCWSTR lpszName, in CURSORICON_LoadFromFileW() argument 1395 bits = map_fileW( lpszName, &filesize ); in CURSORICON_LoadFromFileW() 1459 _In_ LPCWSTR lpszName, in CURSORICON_LoadImageW() argument 1492 if(lpszName) in CURSORICON_LoadImageW() 1495 if(IS_INTRESOURCE(lpszName)) in CURSORICON_LoadImageW() 1576 lpszName, in CURSORICON_LoadImageW() 2266 _In_ LPCSTR lpszName, in LoadImageA() argument 2277 if (IS_INTRESOURCE(lpszName)) in LoadImageA() [all …]
|
H A D | message.c | 445 Cs->lpszName = (LPCWSTR) ((PCHAR) Cs + (DWORD_PTR) Cs->lpszName); in MsgiKMToUMMessage() 623 LPCWSTR lpszName; /* allocated Name */ in MsgiAnsiToUnicodeMessage() member 633 if (!IS_INTRESOURCE(xs->cs.lpszName)) in MsgiAnsiToUnicodeMessage() 636 xs->lpszName = xs->cs.lpszName = UnicodeString.Buffer; in MsgiAnsiToUnicodeMessage() 647 xs->mdi_cs.szTitle = xs->cs.lpszName; in MsgiAnsiToUnicodeMessage() 780 LPWSTR lpszName; /* allocated Name */ in MsgiAnsiToUnicodeCleanup() member 785 if (xs->lpszName) in MsgiAnsiToUnicodeCleanup() 893 RtlInitUnicodeString(&UnicodeString, CsW->lpszName); in MsgiUnicodeToAnsiMessage() 920 RtlInitUnicodeString(&UnicodeString, CsW->lpszName); in MsgiUnicodeToAnsiMessage() 928 CsA->lpszName = AnsiString.Buffer; in MsgiUnicodeToAnsiMessage() [all …]
|
/reactos/win32ss/user/user32/controls/ |
H A D | static.c | 448 if (unicode || IS_INTRESOURCE(cs->lpszName)) in StaticWndProc_common() 449 hIcon = STATIC_LoadIconW(cs->hInstance, cs->lpszName, full_style); in StaticWndProc_common() 451 hIcon = STATIC_LoadIconA(cs->hInstance, (LPCSTR)cs->lpszName, full_style); in StaticWndProc_common() 459 if (unicode || IS_INTRESOURCE(cs->lpszName)) in StaticWndProc_common() 460 hBitmap = LoadBitmapW(cs->hInstance, cs->lpszName); in StaticWndProc_common() 462 hBitmap = LoadBitmapA(cs->hInstance, (LPCSTR)cs->lpszName); in StaticWndProc_common()
|
/reactos/modules/rostests/winetests/winetest/ |
H A D | main.c | 463 LPTSTR lpszName, LONG_PTR lParam) in EnumTestFileProc() argument 471 LPTSTR lpszName, LONG_PTR lParam) in extract_test_proc() argument 478 CharLowerA(lpszName); in extract_test_proc() 479 strcpy(dllname, lpszName); in extract_test_proc() 491 get_subtests( tempdir, &wine_tests[nr_of_files], lpszName ); in extract_test_proc()
|
/reactos/sdk/include/psdk/ |
H A D | mapi.h | 71 LPSTR lpszName; member 81 PWSTR lpszName; member
|
H A D | clusapi.h | 50 DWORD WINAPI ClusterEnum(HCLUSENUM hEnum, DWORD dwIndex, LPDWORD lpdwType, LPWSTR lpszName, LPDWORD…
|
/reactos/dll/win32/kernel32/wine/ |
H A D | comm.c | 1401 LPCWSTR lpszName, /* [in] The unicode name of the device targeted for configuration. */ in GetDefaultCommConfigW() argument 1411 …TRACE("(%s, %p, %p) *lpdwSize: %u\n", debugstr_w(lpszName), lpCC, lpdwSize, lpdwSize ? *lpdwSize … in GetDefaultCommConfigW() 1417 res = pGetDefaultCommConfig(lpszName, lpCC, lpdwSize); in GetDefaultCommConfigW() 1437 LPCSTR lpszName, /* [in] The ascii name of the device targeted for configuration. */ in GetDefaultCommConfigA() argument 1446 …TRACE("(%s, %p, %p) *lpdwSize: %u\n", debugstr_a(lpszName), lpCC, lpdwSize, lpdwSize ? *lpdwSize … in GetDefaultCommConfigA() 1447 if(lpszName) RtlCreateUnicodeStringFromAsciiz(&lpszNameW,lpszName); in GetDefaultCommConfigA()
|
/reactos/dll/win32/mapi32/ |
H A D | sendmail.c | 564 ret->lpszName = convert_from_unicode(recipW->lpszName); in convert_recipient_from_unicode() 662 HeapFree(GetProcessHeap(), 0, messageA.lpOriginator->lpszName); in MAPISendMailW() 673 HeapFree(GetProcessHeap(), 0, messageA.lpRecips[i].lpszName); in MAPISendMailW()
|