SECPidlMgr::GetDataPointer

T*SECPidlMgr::GetDataPointer(LPCITEMIDLISTpidl)

This function obtains the position of the data in the first 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 first 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

SECPidlMgr