Home
last modified time | relevance | path

Searched refs:szDomain (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/include/psdk/
H A Drasdlg.h120 CHAR szDomain[DNLEN + 1]; member
129 WCHAR szDomain[DNLEN + 1]; member
H A Dras.h322 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 Dcookie.c937 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 Dtcpipconf_notify.c31 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 Deventvwr.c1807 WCHAR szDomain[1024]; in GetEventUserName() local
1810 DWORD cchDomain = ARRAYSIZE(szDomain); in GetEventUserName()
1839 szDomain, in GetEventUserName()