import"shobjidl.idl";
|
HRESULT | GetPath ([out, size_is(cch)] LPWSTR pszFile, [in] int cch, [in, out] WIN32_FIND_DATAW *pfd, [in] DWORD fFlags) |
|
HRESULT | GetIDList ([out] PIDLIST_ABSOLUTE *ppidl) |
|
HRESULT | SetIDList ([in] PCIDLIST_ABSOLUTE pidl) |
|
HRESULT | GetDescription ([out, size_is(cch)] LPWSTR pszName, [in] int cch) |
|
HRESULT | SetDescription ([in] LPCWSTR pszName) |
|
HRESULT | GetWorkingDirectory ([out, size_is(cch)] LPWSTR pszDir, [in] int cch) |
|
HRESULT | SetWorkingDirectory ([in] LPCWSTR pszDir) |
|
HRESULT | GetArguments ([out, size_is(cch)] LPWSTR pszArgs, [in] int cch) |
|
HRESULT | SetArguments ([in] LPCWSTR pszArgs) |
|
HRESULT | GetHotkey ([out] WORD *pwHotkey) |
|
HRESULT | SetHotkey ([in] WORD wHotkey) |
|
HRESULT | GetShowCmd ([out] int *piShowCmd) |
|
HRESULT | SetShowCmd ([in] int iShowCmd) |
|
HRESULT | GetIconLocation ([out, size_is(cch)] LPWSTR pszIconPath, [in] int cch, [out] int *piIcon) |
|
HRESULT | SetIconLocation ([in] LPCWSTR pszIconPath, [in] int iIcon) |
|
HRESULT | SetRelativePath ([in] LPCWSTR pszPathRel, [in] DWORD dwReserved) |
|
HRESULT | Resolve ([in] HWND hwnd, [in] DWORD fFlags) |
|
HRESULT | SetPath ([in] LPCWSTR pszFile) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|
Definition at line 1208 of file shobjidl.idl.
◆ GetArguments()
HRESULT IShellLinkW::GetArguments |
( |
[out, size_is(cch)] LPWSTR |
pszArgs, |
|
|
[in] int |
cch |
|
) |
| |
◆ GetDescription()
HRESULT IShellLinkW::GetDescription |
( |
[out, size_is(cch)] LPWSTR |
pszName, |
|
|
[in] int |
cch |
|
) |
| |
◆ GetHotkey()
HRESULT IShellLinkW::GetHotkey |
( |
[out] WORD * |
pwHotkey | ) |
|
◆ GetIconLocation()
HRESULT IShellLinkW::GetIconLocation |
( |
[out, size_is(cch)] LPWSTR |
pszIconPath, |
|
|
[in] int |
cch, |
|
|
[out] int * |
piIcon |
|
) |
| |
◆ GetIDList()
◆ GetPath()
◆ GetShowCmd()
HRESULT IShellLinkW::GetShowCmd |
( |
[out] int * |
piShowCmd | ) |
|
◆ GetWorkingDirectory()
HRESULT IShellLinkW::GetWorkingDirectory |
( |
[out, size_is(cch)] LPWSTR |
pszDir, |
|
|
[in] int |
cch |
|
) |
| |
◆ Resolve()
◆ SetArguments()
◆ SetDescription()
◆ SetHotkey()
◆ SetIconLocation()
◆ SetIDList()
◆ SetPath()
◆ SetRelativePath()
◆ SetShowCmd()
HRESULT IShellLinkW::SetShowCmd |
( |
[in] int |
iShowCmd | ) |
|
◆ SetWorkingDirectory()
The documentation for this interface was generated from the following file: