SECPidlMgr::DeletePidlArray
voidSECPidlMgr::DeletePidlArray(LPITEMIDLIST*apidls, intnCount)
Free all the memory used by the given PIDL array, i.e. the memory used the elements of the array and the array itself.
Defined in: SECPidlMgr.h
Return Value
void
Parameters
apidls
The PIDL array to be deleted.
nCount
The number of elements in the PIDL array.
See Also