Home
last modified time | relevance | path

Searched refs:m_sDescription (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/shell32/
H A DCShellLink.cpp230 m_sDescription = NULL; in Reset()
271 m_sDescription = NULL; in CShellLink()
936 if (m_sDescription && *m_sDescription) in Save()
1177 if (m_sDescription) in GetDescription()
1189 m_sDescription = NULL; in SetDescription()
1194 if (!m_sDescription) in SetDescription()
1601 if (m_sDescription) in GetDescription()
1612 m_sDescription = NULL; in SetDescription()
1616 m_sDescription = strdupW(pszName); in SetDescription()
1617 if (!m_sDescription) in SetDescription()
[all …]
H A DCShellLink.h80 LPWSTR m_sDescription; variable