Searched refs:szDomain (Results 1 – 5 of 5) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | rasdlg.h | 120 CHAR szDomain[DNLEN + 1]; member 129 WCHAR szDomain[DNLEN + 1]; member
|
H A D | ras.h | 322 WCHAR szDomain[DNLEN + 1]; member 336 CHAR szDomain[DNLEN + 1]; member 679 WCHAR szDomain[DNLEN + 1]; member 687 CHAR szDomain[DNLEN + 1]; member
|
/reactos/dll/win32/wininet/ |
H A D | cookie.c | 937 static const WCHAR szDomain[] = {'d','o','m','a','i','n','='}; in set_cookie() local 958 if(data.len >= (len = ARRAY_SIZE(szDomain)) && !wcsnicmp(data.str, szDomain, len)) { in set_cookie()
|
/reactos/dll/win32/netcfgx/ |
H A D | tcpipconf_notify.c | 31 WCHAR szDomain[100]; member 1598 if (This->pCurrentConfig->pDNS->szDomain[0]) in InitializeTcpipAdvancedDNSDlg() 2838 dwSize = sizeof(This->pCurrentConfig->pDNS->szDomain); in LoadDNSSettings() 2839 …RegQueryValueExW(hKey, L"Domain", NULL, NULL, (LPBYTE)This->pCurrentConfig->pDNS->szDomain, &dwSiz… in LoadDNSSettings() 3342 RegSetValueExW(hKey, L"Domain", 0, REG_SZ, (LPBYTE)This->pCurrentConfig->pDNS->szDomain, in INetCfgComponentControl_fnApplyRegistryChanges() 3343 (wcslen(This->pCurrentConfig->pDNS->szDomain)+1) * sizeof(WCHAR)); in INetCfgComponentControl_fnApplyRegistryChanges()
|
/reactos/base/applications/mscutils/eventvwr/ |
H A D | eventvwr.c | 1807 WCHAR szDomain[1024]; in GetEventUserName() local 1810 DWORD cchDomain = ARRAYSIZE(szDomain); in GetEventUserName() 1839 szDomain, in GetEventUserName()
|