SECIShellFolderImpl::BindToObjects

HERSULTSECIShellFolderImpl::BindToObjects(LPCITEMIDLISTpidl, LPBCpbcReserved, REFIIDriid, LPVOID*ppvObj)

This function deletes the existing PIDL and makes a copy of the passed in PIDL and save it as the current PIDL in m_pPidl member. It then calls QueryInterface of this object to find requested interface. You most probably will not need to override this method.
See IShellFolder::BindToObject in Win32 SDK for details about the arguments.

Defined in: SECIShellFolderImpl.h

Return Value

HRESULT

Parameters

pidl

pbcReserved

riid

ppvObj

See Also

SECIShellFolderImpl