IShellLink::GetIDList  2B083CP

[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 IShellLink222Z_K0 interface. In C++, this parameter is implicit.

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

IShellLink