OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CDrop
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/Windows/
Shell.h
50
//
CDrop
52
class
CDrop
59
CDrop
(bool mustBeFinished) : m_MustBeFinished(mustBeFinished), m_Assigned(false) {}
60
~
CDrop
() { Free(); }
Shell.cpp
69
//
CDrop
71
void
CDrop
::Attach(HDROP object)
78
void
CDrop
::Free()
85
UINT
CDrop
::QueryCountOfFiles()
90
UString
CDrop
::QueryFileName(UINT fileIndex)
112
void
CDrop
::QueryFileNames(UStringVector &fileNames)
Completed in 414 milliseconds