IShellLink::GetIDList
[Now
Supported on Windows NT]
Retrieves the
list of item identifiers for a shell link object.
HRESULT STDMETHODCALLTYPE GetIDList(
ISHELLLINK FAR *pShlLnk, |
|
LPITEMIDLIST *ppidl |
|
); |
|
Parameters
pShlLnk
Pointer to
the IShellLink
ppidl
Pointer to a
pointer to a list of item identifiers.
Return Values
Returns
NOERROR if successful or an OLE-defined error value otherwise.
See Also