SECPidlMgr::GetLastDataPointer
T*SECPidlMgr::GetLastDataPointer(LPCITEMIDLISTpidl)
This function obtains the position of the data in the last PIDL item and cast the pointer back to our data type.
Defined in: SECPidlMgr.h
Return Value
T* A pointer to our data in the last PIDL item. Caller should not try to free the memory pointed by the returned pointer.
Parameters
pidl
The PIDL we are looking for data.
See Also