Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
DShell.cpp76 void CDrop::Attach(HDROP object) in Attach()
83 void CDrop::Free() in Free()
90 UINT CDrop::QueryCountOfFiles() in QueryCountOfFiles()
95 UString CDrop::QueryFileName(UINT fileIndex) in QueryFileName()
119 void CDrop::QueryFileNames(UStringVector &fileNames) in QueryFileNames()
DShell.h52 class CDrop
59 CDrop(bool mustBeFinished) : m_MustBeFinished(mustBeFinished), m_Assigned(false) {} in CDrop() function
60 ~CDrop() { Free(); } in ~CDrop()