Home
last modified time | relevance | path

Searched refs:GetComputerNameW (Results 1 – 25 of 47) sorted by relevance

12

/reactos/dll/win32/wbemprox/
H A Dprocess.c47 GetComputerNameW( NULL, &len ); in get_owner()
50 if (!GetComputerNameW( V_BSTR( domain ), &len )) goto done; in get_owner()
H A Dwbemlocator.c95 if (GetComputerNameW( buffer, &len ) && !wcsicmp( server, buffer )) return TRUE; in is_local_machine()
/reactos/dll/win32/devmgr/devmgmt/
H A DRootNode.cpp56 GetComputerNameW(m_DisplayName, &Size); in SetupNode()
/reactos/dll/win32/netapi32/
H A Dwksta.c41 ret = GetComputerNameW( buf, &size ); in NETAPI_IsLocalComputer()
285 if (GetComputerNameW(*Buffer, &dwSize)) in NetpGetComputerName()
/reactos/dll/win32/mstask/
H A Dtask_scheduler.c208 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 Dtools.c121 if (GetComputerNameW(buffer, &len)) in copy_servername_from_name()
H A Dprinterdata.c233 if (!GetComputerNameW(wszComputerName, &cch)) in _LocalGetPrintServerHandleData()
H A Dprinters.c428 if (!GetComputerNameW(&pwszComputerName[2], pcchComputerName)) in _LocalEnumPrintersCheckName()
1434 if (!GetComputerNameW(wszComputerName, &cchComputerName)) in LocalOpenPrinter()
/reactos/base/system/diskpart/
H A Ddiskpart.c22 GetComputerNameW(szComputerName, &comp_size); in ShowHeader()
/reactos/base/services/eventlog/
H A Dlogport.c165 if (!GetComputerNameW(szComputerName, &dwComputerNameLength)) in ProcessPortMessage()
/reactos/modules/rostests/winetests/mstask/
H A Dtask_scheduler.c150 if (!GetComputerNameW(buffer + 2, &len)) in test_SetTargetComputer()
/reactos/modules/rostests/winetests/netapi32/
H A Dwksta.c63 ok(GetComputerNameW(computer_name, &dwSize), "Computer Name Retrieved\n"); in init_wksta_tests()
H A Daccess.c88 ok(GetComputerNameW(computer_name, &dwSize), "Computer Name Retrieved\n"); in init_access_tests()
/reactos/modules/rostests/winetests/kernel32/
H A Denviron.c404 ret = GetComputerNameW((LPWSTR)0xdeadbeef, &size); in test_GetComputerName()
414 ret = GetComputerNameW(nameW, &size); in test_GetComputerName()
/reactos/base/applications/runas/
H A Drunas.c275 GetComputerNameW(pszDomain, &dwLength); in wmain()
/reactos/modules/rostests/apitests/winspool/
H A DEnumPrinters.c32 if (!GetComputerNameW(&wszComputerName[2], &cchComputerName)) in START_TEST()
/reactos/dll/win32/secur32/
H A Dsspi.c977 if (GetComputerNameW(name, &size)) in GetComputerObjectNameW()
1094 if (GetComputerNameW(samname, &len)) in GetUserNameExW()
/reactos/base/applications/dxdiag/
H A Dsystem.c216 if (GetComputerNameW(szTime, &Length)) in InitializeSystemPage()
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/
H A Drdesktop-core-tester.cpp367 GetComputerNameW(hostname, &dw); in mstsc_ProtocolIOThread()
/reactos/dll/win32/kernel32/client/
H A Dcompname.c446 GetComputerNameW(LPWSTR lpBuffer, LPDWORD lpnSize) in GetComputerNameW() function
/reactos/base/services/srvsvc/
H A Drpcserver.c362 GetComputerNameW(szComputerName, &dwComputerNameLength); in NetrServerGetInfo()
/reactos/dll/win32/userenv/
H A Denvironment.c563 if (GetComputerNameW(Buffer, &Length)) in CreateEnvironmentBlock()
/reactos/modules/rosapps/applications/sysutils/systeminfo/
H A Dsysteminfo.c297 if (!GetComputerNameW(Buf, &dwCharCount)) in AllSysInfo()
/reactos/dll/win32/xolehlp/
H A Dxolehlp.c666 if (GetComputerNameW( buffer, &len ) && !strcmpiW( server, buffer )) return TRUE; in is_local_machineW()
/reactos/dll/win32/msgina/
H A Dmsgina.c807 GetComputerNameW(pgContext->DomainName, &dwLength); in CreateProfile()

12