HomeSort by relevance Sort by last modified time
    Searched refs:CItemIDList (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/Windows/
Shell.h 17 // CItemIDList
20 class CItemIDList
24 CItemIDList(): m_Object(NULL) {}
25 // CItemIDList(LPCITEMIDLIST itemIDList);
26 // CItemIDList(const CItemIDList& itemIDList);
27 ~CItemIDList() { Free(); }
45 // CItemIDList& operator=(LPCITEMIDLIST object);
46 // CItemIDList& operator=(const CItemIDList &object);
    [all...]
Shell.cpp 24 void CItemIDList::Free()
36 CItemIDList::(LPCITEMIDLIST itemIDList): m_Object(NULL)
38 CItemIDList::(const CItemIDList& itemIDList): m_Object(NULL)
41 CItemIDList& CItemIDList::operator=(LPCITEMIDLIST object)
54 CItemIDList& CItemIDList::operator=(const CItemIDList &object)
168 CItemIDList itemIDListHolder;
    [all...]

Completed in 55 milliseconds