Public Types |
| enum | SLR_FLAGS {
SLR_NO_UI = 0x0001,
SLR_ANY_MATCH = 0x0002,
SLR_UPDATE = 0x0004,
SLR_NOUPDATE = 0x0008,
SLR_NOSEARCH = 0x0010,
SLR_NOTRACK = 0x0020,
SLR_NOLINKINFO = 0x0040,
SLR_INVOKE_MSI = 0x0080,
SLR_NO_UI_WITH_MSG_PUMP = 0x0101
} |
| enum | SLGP_FLAGS { SLGP_SHORTPATH = 0x0001,
SLGP_UNCPRIORITY = 0x0002,
SLGP_RAWPATH = 0x0004
} |
Public Member Functions |
| HRESULT | GetPath ([out, size_is(cch)] LPSTR pszFile,[in] int cch,[in, out, unique] WIN32_FIND_DATAA *pfd,[in] DWORD fFlags) |
| HRESULT | GetIDList ([out] LPITEMIDLIST *ppidl) |
| HRESULT | SetIDList ([in] LPCITEMIDLIST pidl) |
| HRESULT | GetDescription ([out, size_is(cch)] LPSTR pszName,[in] int cch) |
| HRESULT | SetDescription ([in] LPCSTR pszName) |
| HRESULT | GetWorkingDirectory ([out, size_is(cch)] LPSTR pszDir,[in] int cch) |
| HRESULT | SetWorkingDirectory ([in] LPCSTR pszDir) |
| HRESULT | GetArguments ([out, size_is(cch)] LPSTR pszArgs,[in] int cch) |
| HRESULT | SetArguments ([in] LPCSTR 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)] LPSTR pszIconPath,[in] int cch,[out] int *piIcon) |
| HRESULT | SetIconLocation ([in] LPCSTR pszIconPath,[in] int iIcon) |
| HRESULT | SetRelativePath ([in] LPCSTR pszPathRel,[in] DWORD dwReserved) |
| HRESULT | Resolve ([in] HWND hwnd,[in] DWORD fFlags) |
| HRESULT | SetPath ([in] LPCSTR pszFile) |
Definition at line 960 of file shobjidl.idl.