SECIExtractIconImpl::SECIExtractIconImpl

SECIExtractIconImpl::SECIExtractIconImpl(HWNDhwndOwner, 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 given owner window handle for later use. If application need to access the IShellFolder in the namespace development, then application should derive from this class.

Defined in: SECIExtractIconImpl.h

Parameters

hwndOwner

A handle to the owner window. Inside the implementation of this class, applicaion should use this handle to popup message box or dialog box.

pidl

The PIDL the instance of this class is attached to.

See Also

SECIExtractIconImpl