Searched refs:lpComputerName (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/kernel32/client/ |
H A D | compname.c | 489 LPCWSTR lpComputerName) in IsValidComputerName() argument 497 if (lpComputerName == NULL) in IsValidComputerName() 502 if (!NT_SUCCESS(RtlStringCchLengthW(lpComputerName, MAX_COMPUTER_NAME_EX + 1, &Length))) in IsValidComputerName() 512 (lpComputerName[0] == L' ' || lpComputerName[Length - 1] == L' ')) in IsValidComputerName() 518 if (wcscspn(lpComputerName, s_szInvalidChars) < Length) in IsValidComputerName() 531 return BaseVerifyDnsName(lpComputerName); in IsValidComputerName() 535 return BaseVerifyDnsName(lpComputerName); in IsValidComputerName() 605 SetComputerNameA(LPCSTR lpComputerName) in SetComputerNameA() argument 607 return SetComputerNameExA(ComputerNamePhysicalNetBIOS, lpComputerName); in SetComputerNameA() 616 SetComputerNameW(LPCWSTR lpComputerName) in SetComputerNameW() argument [all …]
|
/reactos/base/applications/mscutils/eventvwr/ |
H A D | eventvwr.c | 126 VOID BuildLogListAndFilterList(IN LPCWSTR lpComputerName); 307 if (lpComputerName) in ProcessCmdLine() 334 if (lpComputerName) in ProcessCmdLine() 337 lpComputerName = NULL; in ProcessCmdLine() 637 BuildLogListAndFilterList(lpComputerName); in wWinMain() 699 if (lpComputerName) in wWinMain() 701 HeapFree(GetProcessHeap(), 0, lpComputerName); in wWinMain() 702 lpComputerName = NULL; in wWinMain() 1835 if (LookupAccountSidW(lpComputerName, in GetEventUserName() 2789 BuildLogListAndFilterList(IN LPCWSTR lpComputerName) in BuildLogListAndFilterList() argument [all …]
|
/reactos/dll/win32/userenv/ |
H A D | profile.c | 1134 _In_opt_ LPCSTR lpComputerName) in DeleteProfileA() argument 1150 if (lpComputerName) in DeleteProfileA() 1152 (LPSTR)lpComputerName); in DeleteProfileA() 1166 if (lpComputerName) in DeleteProfileA() 1178 _In_opt_ LPCWSTR lpComputerName) in DeleteProfileW() argument 1186 DPRINT("DeleteProfileW(%S %S %S)\n", lpSidString, lpProfilePath, lpComputerName); in DeleteProfileW()
|