SECIShellFolderImpl::GetPidlName
voidSECIShellFolderImpl::GetPidlName(LPCITEMIDLISTpidl, LPTSTRlpszOut, DWORDnSize)
This function get the string name from a given PIDL. The name will be place in the passed in buffer. It is called from inside GetDisplayNameOf method. If you want more control to GetDisplayNameOf, you can override that function.
Defined in: SECIShellFolderImpl.h
Return Value
void
Parameters
pidl
The PIDL to the calling function is request for string name
lpszOut
Buffer to accept the name for the PIDL
nSize
The size of the passed in buffer.
See Also