IShellLink::GetIDList method
Gets the list of item identifiers for the target of a Shell link object.
Syntax
HRESULT GetIDList( [out] PIDLIST_ABSOLUTE *ppidl );
Parameters
- ppidl [out]
-
Type: PIDLIST_ABSOLUTE*
When this method returns, contains the address of a PIDL.
Return value
Type: HRESULT
Returns S_OK if the operation is successful and one or more valid PIDLs is retrieved. If the operation is successful but no PIDLs are retrieved, it returns S_FALSE with ppidl set to NULL. Otherwise, it returns a standard error value.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
Show: