Home
last modified time | relevance | path

Searched refs:pszMachineName (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/win32/dnsapi/
H A Drpc.c13 DNSRSLVR_HANDLE_bind(DNSRSLVR_HANDLE pszMachineName) in DNSRSLVR_HANDLE_bind() argument
19 DPRINT("DNSRSLVR_HANDLE_bind(%S)\n", pszMachineName); in DNSRSLVR_HANDLE_bind()
23 pszMachineName, in DNSRSLVR_HANDLE_bind()
51 DNSRSLVR_HANDLE_unbind(DNSRSLVR_HANDLE pszMachineName, in DNSRSLVR_HANDLE_unbind() argument
56 DPRINT("DNSRSLVR_HANDLE_unbind(%S)\n", pszMachineName); in DNSRSLVR_HANDLE_unbind()
/reactos/modules/rosapps/applications/sysutils/regexpl/
H A DRegistryKey.cpp52 HRESULT CRegistryKey::InitRoot(const TCHAR *pszMachineName) in InitRoot() argument
54 if ((pszMachineName)&& in InitRoot()
55 ((_tcslen(pszMachineName) < 3)|| in InitRoot()
56 (pszMachineName[0] != _T('\\'))|| in InitRoot()
57 (pszMachineName[1] != _T('\\')) in InitRoot()
68 if (pszMachineName) in InitRoot()
70 size_t size = _tcslen(pszMachineName); in InitRoot()
75 _tcscpy(m_pszMachineName,pszMachineName); in InitRoot()
H A DRegistryTree.cpp172 BOOL CRegistryTree::SetMachineName(LPCTSTR pszMachineName) in SetMachineName() argument
177 if (pszMachineName == NULL) in SetMachineName()
189 while ((*pszMachineName)&&(*pszMachineName == _T('\\'))) in SetMachineName()
190 pszMachineName++; in SetMachineName()
192 ASSERT(*pszMachineName); // No machine name. in SetMachineName()
194 …TCHAR *pszNewMachineName = new (std::nothrow) TCHAR[_tcslen(pszMachineName)+3]; // two leading bac… in SetMachineName()
209 _tcscpy(m_pszMachineName+2,pszMachineName); // machine name itself in SetMachineName()
H A DRegistryTree.h82 BOOL SetMachineName(LPCTSTR pszMachineName);
H A DRegistryKey.h23 HRESULT InitRoot(const TCHAR *pszMachineName = NULL);
/reactos/dll/win32/advapi32/service/
H A Dscm.c1910 _In_ LPCWSTR pszMachineName, in I_ScValidatePnpService() argument
1919 pszMachineName, pszServiceName, phServiceStatus); in I_ScValidatePnpService()
1921 hSCManager = OpenSCManagerW(pszMachineName, in I_ScValidatePnpService()