Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 384 of file dataobject.cpp.
Referenced by CDefaultContextMenu::DoCopyOrCut(), CDefaultContextMenu::Initialize(), SH_ShowDriveProperties(), and SH_ShowPropertiesDialog().
{ if (IsEqualIID(riid, IID_IDataObject)) { return CIDLData_CreateFromIDArray(pidlFolder, cidl, apidl, (IDataObject **)ppv); } return E_FAIL; }