Home
last modified time | relevance | path

Searched refs:pszwName (Results 1 – 7 of 7) sorted by relevance

/reactos/dll/shellext/netshell/
H A Dconnectmanager.cpp23 if (pItem->Props.pszwName) in Initialize()
25 …m_Props.pszwName = static_cast<PWSTR>(CoTaskMemAlloc((wcslen(pItem->Props.pszwName)+1)*sizeof(WCHA… in Initialize()
26 if (m_Props.pszwName) in Initialize()
27 wcscpy(m_Props.pszwName, pItem->Props.pszwName); in Initialize()
42 CoTaskMemFree(m_Props.pszwName); in ~CNetConnection()
226 pProperties->pszwName = NULL; in GetProperties()
285 if (m_Props.pszwName) in GetProperties()
289 wcscpy(pProperties->pszwName, m_Props.pszwName); in GetProperties()
342 if (m_Props.pszwName) in Rename()
345 m_Props.pszwName = NULL; in Rename()
[all …]
H A Dnetshell.cpp121 CoTaskMemFree(pProps->pszwName); in NcFreeNetconProperties()
128 NcIsValidConnectionName(_In_ PCWSTR pszwName) in NcIsValidConnectionName() argument
130 if (!pszwName) in NcIsValidConnectionName()
134 while (*pszwName) in NcIsValidConnectionName()
136 switch(*(pszwName++)) in NcIsValidConnectionName()
H A Denumlist.cpp50 size += (wcslen(pProperties->pszwName) + 1) * sizeof(WCHAR); in ILCreateNetConnectItem()
69 …pnetid->uDeviceNameOffset = ULONG(pnetid->uNameOffset + (wcslen(pProperties->pszwName) + 1) * size… in ILCreateNetConnectItem()
72 wcscpy(pwchName, pProperties->pszwName); in ILCreateNetConnectItem()
H A Dlanstatusui.cpp216 if (pProperties->pszwName) in UpdateLanStatus()
218 if (wcslen(pProperties->pszwName) * sizeof(WCHAR) < sizeof(nid.szTip)) in UpdateLanStatus()
221 wcscpy(nid.szTip, pProperties->pszwName); in UpdateLanStatus()
225 CopyMemory(nid.szTip, pProperties->pszwName, sizeof(nid.szTip) - sizeof(WCHAR)); in UpdateLanStatus()
798 if (pProperties->pszwName) in ShowStatusPropertyDialog()
800 pinfo.pszCaption = pProperties->pszwName; in ShowStatusPropertyDialog()
990 wcscpy(nid.szTip, pProps->pszwName); in InitializeNetTaskbarNotifications()
H A Dshfldr_netconnect.cpp615 pinfo.pszCaption = pProperties->pszwName; in ShowNetConnectionProperties()
/reactos/sdk/include/psdk/
H A Dnetcon.h84 LPWSTR pszwName; member
H A Dnetcon.idl102 [string] LPWSTR pszwName;