Searched refs:m_sPathRel (Results 1 – 2 of 2) sorted by relevance
231 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 …]
81 LPWSTR m_sPathRel; variable