/reactos/dll/win32/wbemprox/ |
H A D | process.c | 47 GetComputerNameW( NULL, &len ); in get_owner() 50 if (!GetComputerNameW( V_BSTR( domain ), &len )) goto done; in get_owner()
|
H A D | wbemlocator.c | 95 if (GetComputerNameW( buffer, &len ) && !wcsicmp( server, buffer )) return TRUE; in is_local_machine()
|
/reactos/dll/win32/devmgr/devmgmt/ |
H A D | RootNode.cpp | 56 GetComputerNameW(m_DisplayName, &Size); in SetupNode()
|
/reactos/dll/win32/netapi32/ |
H A D | wksta.c | 41 ret = GetComputerNameW( buf, &size ); in NETAPI_IsLocalComputer() 285 if (GetComputerNameW(*Buffer, &dwSize)) in NetpGetComputerName()
|
/reactos/dll/win32/mstask/ |
H A D | task_scheduler.c | 208 if (GetComputerNameW(buffer + 2, &len)) in MSTASK_ITaskScheduler_SetTargetComputer() 238 if (GetComputerNameW(buffer + 2, &len)) in MSTASK_ITaskScheduler_GetTargetComputer()
|
/reactos/win32ss/printing/providers/localspl/ |
H A D | tools.c | 121 if (GetComputerNameW(buffer, &len)) in copy_servername_from_name()
|
H A D | printerdata.c | 233 if (!GetComputerNameW(wszComputerName, &cch)) in _LocalGetPrintServerHandleData()
|
H A D | printers.c | 428 if (!GetComputerNameW(&pwszComputerName[2], pcchComputerName)) in _LocalEnumPrintersCheckName() 1434 if (!GetComputerNameW(wszComputerName, &cchComputerName)) in LocalOpenPrinter()
|
/reactos/base/system/diskpart/ |
H A D | diskpart.c | 22 GetComputerNameW(szComputerName, &comp_size); in ShowHeader()
|
/reactos/base/services/eventlog/ |
H A D | logport.c | 165 if (!GetComputerNameW(szComputerName, &dwComputerNameLength)) in ProcessPortMessage()
|
/reactos/modules/rostests/winetests/mstask/ |
H A D | task_scheduler.c | 150 if (!GetComputerNameW(buffer + 2, &len)) in test_SetTargetComputer()
|
/reactos/modules/rostests/winetests/netapi32/ |
H A D | wksta.c | 63 ok(GetComputerNameW(computer_name, &dwSize), "Computer Name Retrieved\n"); in init_wksta_tests()
|
H A D | access.c | 88 ok(GetComputerNameW(computer_name, &dwSize), "Computer Name Retrieved\n"); in init_access_tests()
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | environ.c | 404 ret = GetComputerNameW((LPWSTR)0xdeadbeef, &size); in test_GetComputerName() 414 ret = GetComputerNameW(nameW, &size); in test_GetComputerName()
|
/reactos/base/applications/runas/ |
H A D | runas.c | 275 GetComputerNameW(pszDomain, &dwLength); in wmain()
|
/reactos/modules/rostests/apitests/winspool/ |
H A D | EnumPrinters.c | 32 if (!GetComputerNameW(&wszComputerName[2], &cchComputerName)) in START_TEST()
|
/reactos/dll/win32/secur32/ |
H A D | sspi.c | 977 if (GetComputerNameW(name, &size)) in GetComputerObjectNameW() 1094 if (GetComputerNameW(samname, &len)) in GetUserNameExW()
|
/reactos/base/applications/dxdiag/ |
H A D | system.c | 216 if (GetComputerNameW(szTime, &Length)) in InitializeSystemPage()
|
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/ |
H A D | rdesktop-core-tester.cpp | 367 GetComputerNameW(hostname, &dw); in mstsc_ProtocolIOThread()
|
/reactos/dll/win32/kernel32/client/ |
H A D | compname.c | 446 GetComputerNameW(LPWSTR lpBuffer, LPDWORD lpnSize) in GetComputerNameW() function
|
/reactos/base/services/srvsvc/ |
H A D | rpcserver.c | 362 GetComputerNameW(szComputerName, &dwComputerNameLength); in NetrServerGetInfo()
|
/reactos/dll/win32/userenv/ |
H A D | environment.c | 563 if (GetComputerNameW(Buffer, &Length)) in CreateEnvironmentBlock()
|
/reactos/modules/rosapps/applications/sysutils/systeminfo/ |
H A D | systeminfo.c | 297 if (!GetComputerNameW(Buf, &dwCharCount)) in AllSysInfo()
|
/reactos/dll/win32/xolehlp/ |
H A D | xolehlp.c | 666 if (GetComputerNameW( buffer, &len ) && !strcmpiW( server, buffer )) return TRUE; in is_local_machineW()
|
/reactos/dll/win32/msgina/ |
H A D | msgina.c | 807 GetComputerNameW(pgContext->DomainName, &dwLength); in CreateProfile()
|