Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/
H A DCShellLink.cpp231 HeapFree(GetProcessHeap(), 0, m_sPathRel); in Reset()
232 m_sPathRel = NULL; in Reset()
272 m_sPathRel = NULL; in CShellLink()
297 HeapFree(GetProcessHeap(), 0, m_sPathRel); in ~CShellLink()
938 if (m_sPathRel && *m_sPathRel) in Save()
1394 HeapFree(GetProcessHeap(), 0, m_sPathRel); in SetRelativePath()
1395 m_sPathRel = NULL; in SetRelativePath()
2029 HeapFree(GetProcessHeap(), 0, m_sPathRel); in SetRelativePath()
2030 m_sPathRel = NULL; in SetRelativePath()
2034 m_sPathRel = strdupW(pszPathRel); in SetRelativePath()
[all …]
H A DCShellLink.h81 LPWSTR m_sPathRel; variable