Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DShell.h54 HDROP m_Object;
62 void Attach(HDROP object);
63 operator HDROP() { return m_Object;} in HDROP() function
DShell.cpp71 void CDrop::Attach(HDROP object) in Attach()