Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 39 of file shellitem.cpp.
Referenced by get_parent_shellfolder(), and GetParent().
{ *parent_pidl = ILClone(pidl); if (*parent_pidl) { if (ILRemoveLastID(*parent_pidl)) return S_OK; else { ILFree(*parent_pidl); *parent_pidl = NULL; return E_INVALIDARG; } } else { *parent_pidl = NULL; return E_OUTOFMEMORY; } }