SECIShellViewImpl::SECIShellViewImpl
SECIShellViewImpl::SECIShellViewImpl(IShellFolder*pShellFolder, LPCITEMIDLISTpidl)
Constructor. It creates a valid instance of PIDL manager class indicated in our template arguments. Application can always assume the PIDL manager is valid. It also sets reference count to one and increases the lock count of _Module by one. In addition, the contructor will make a copy of the given PIDL and store the give IShellFolder pointer into a COM smart Interface pointer object for later use.
Defined in: SECIShellViewImpl.h
Parameters
pShellFolder
The IShellFolder object that created this object.
pidl
The PIDL this object will attach to.
See Also