Searched refs:CDrop (Results 1 – 2 of 2) sorted by relevance
76 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()
52 class CDrop59 CDrop(bool mustBeFinished) : m_MustBeFinished(mustBeFinished), m_Assigned(false) {} in CDrop() function60 ~CDrop() { Free(); } in ~CDrop()