Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Sets the pointer to an item identifier list (PIDL) for a Shell link object.
Syntax
HRESULT SetIDList(
[in] PCIDLIST_ABSOLUTE pidl
);
Parameters
[in] pidl
Type: PCIDLIST_ABSOLUTE
The object's fully qualified PIDL.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
This method is useful when an application needs to set a Shell link to an object that is not a file, such as a Control Panel application, a printer, or another computer.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Target Platform | Windows |
| Header | shobjidl_core.h |
| DLL | Shell32.dll (version 4.0 or later) |