/reactos/base/applications/network/ipconfig/ |
H A D | ipconfig.c | 487 WCHAR szFriendlyName[MAX_PATH]; in PrintAdapterTypeAndName() local 494 ConResPrintf(StdOut, IDS_OTHER, szFriendlyName); in PrintAdapterTypeAndName() 498 ConResPrintf(StdOut, IDS_ETH, szFriendlyName); in PrintAdapterTypeAndName() 502 ConResPrintf(StdOut, IDS_TOKEN, szFriendlyName); in PrintAdapterTypeAndName() 506 ConResPrintf(StdOut, IDS_FDDI, szFriendlyName); in PrintAdapterTypeAndName() 510 ConResPrintf(StdOut, IDS_PPP, szFriendlyName); in PrintAdapterTypeAndName() 514 ConResPrintf(StdOut, IDS_LOOP, szFriendlyName); in PrintAdapterTypeAndName() 518 ConResPrintf(StdOut, IDS_SLIP, szFriendlyName); in PrintAdapterTypeAndName() 522 ConResPrintf(StdOut, IDS_WIFI, szFriendlyName); in PrintAdapterTypeAndName() 838 WCHAR szFriendlyName[MAX_PATH]; in Release() local [all …]
|
/reactos/dll/cpl/sysdm/ |
H A D | hardprof.c | 18 WCHAR szFriendlyName[PROFILE_NAME_LENGTH]; member 162 wcscpy(ProfileNames.szSourceName, pProfile->szFriendlyName); in CopyHardwareProfile() 196 wcscpy(pNewProfile->szFriendlyName, ProfileNames.szDestinationName); in CopyHardwareProfile() 283 wcscpy(ProfileNames.szSourceName, pProfile->szFriendlyName); in RenameHardwareProfile() 296 if (wcscmp(pProfile->szFriendlyName, ProfileNames.szDestinationName) == 0) in RenameHardwareProfile() 300 wcscpy(pProfile->szFriendlyName, ProfileNames.szDestinationName); in RenameHardwareProfile() 324 pProfile->szFriendlyName) != IDYES) in DeleteHardwareProfile() 461 psh.pszCaption = pProfileData->pProfiles[pProfileData->dwSelectedProfileIndex].szFriendlyName; in HardwareProfileProperties() 579 (LPBYTE)pProfile->szFriendlyName, in GetProfile() 583 DPRINT1("Profile: %S\n", pProfile->szFriendlyName); in GetProfile() [all …]
|
/reactos/dll/win32/msports/ |
H A D | classinst.c | 285 WCHAR szFriendlyName[256]; in InstallSerialPort() local 392 swprintf(szFriendlyName, in InstallSerialPort() 400 swprintf(szFriendlyName, in InstallSerialPort() 409 (LPBYTE)szFriendlyName, in InstallSerialPort() 410 (wcslen(szFriendlyName) + 1) * sizeof(WCHAR)); in InstallSerialPort() 421 WCHAR szFriendlyName[256]; in InstallParallelPort() local 541 swprintf(szFriendlyName, in InstallParallelPort() 549 swprintf(szFriendlyName, in InstallParallelPort() 554 TRACE("Friendly name: %S\n", szFriendlyName); in InstallParallelPort() 560 (LPBYTE)szFriendlyName, in InstallParallelPort() [all …]
|
H A D | parallel.c | 169 WCHAR szFriendlyName[256]; in ChangePortNumber() local 217 swprintf(szFriendlyName, in ChangePortNumber() 225 swprintf(szFriendlyName, in ChangePortNumber() 234 (PBYTE)szFriendlyName, in ChangePortNumber() 235 (wcslen(szFriendlyName) + 1) * sizeof(WCHAR)); in ChangePortNumber()
|
/reactos/base/applications/mplay32/ |
H A D | mplay32.c | 919 TCHAR szFriendlyName[MAX_MCISTR]; in InsertDeviceMenuItem() local 927 mciError = GetDeviceFriendlyName(szDeviceName, szFriendlyName, sizeof(szFriendlyName)); in InsertDeviceMenuItem() 935 StringCbCat(szFriendlyName, sizeof(szFriendlyName), _T("...")); in InsertDeviceMenuItem() 943 lpmii.dwTypeData = szFriendlyName; in InsertDeviceMenuItem() 954 TCHAR szFriendlyName[MAX_MCISTR]; in BuildFileFilterAndDeviceMenu() local 1027 if (GetDeviceFriendlyName(szDeviceName, szFriendlyName, sizeof(szFriendlyName))) in BuildFileFilterAndDeviceMenu() 1068 …StringCbPrintfEx(c, uSizeRemain, &c, &uSizeRemain, 0, _T("%s (%s)"), szFriendlyName, szExtensionLi… in BuildFileFilterAndDeviceMenu()
|
/reactos/dll/win32/kernel32/winnls/string/ |
H A D | locale.c | 5437 NLS_GetGeoFriendlyName(GEOID Location, LPWSTR szFriendlyName, int cchData, LANGID lang) in NLS_GetGeoFriendlyName() argument 5439 NLS_GetGeoFriendlyName(GEOID Location, LPWSTR szFriendlyName, int cchData) in NLS_GetGeoFriendlyName() 5454 if (GetLocalisedText(Location, szFriendlyName, (UINT)cchData, lang)) in NLS_GetGeoFriendlyName() 5456 if (GetLocalisedText(Location, szFriendlyName, (UINT)cchData)) in NLS_GetGeoFriendlyName() 5458 return strlenW(szFriendlyName) + 1; in NLS_GetGeoFriendlyName()
|
/reactos/sdk/include/psdk/ |
H A D | dinput.h | 1254 CHAR szFriendlyName[MAX_PATH]; member
|