SECPidlMgr::DupPidlArray
LPITEMIDLIST*SECPidlMgr::DupPidlArray(LPCITEMIDLIST*aSrcPidls, intnCount)
This function creates a new copy of the given PIDL array. If the source PIDL array is NULL or the count is not positive, this function return NULL.
Defined in: SECPidlMgr.h
Return Value
LPITEMIDLIST* Return the new copy of PIDL array if succeeded, otherwise return NULL.
Parameters
aSrcPidls
The source PIDL array. It's memory is not changed by this function.
nCount
The number of PIDLs in the source PIDL array.
See Also