|
| HRESULT | FolderIdFromCsidl ([in] int nCsidl, [out] KNOWNFOLDERID *pfid) |
| |
| HRESULT | FolderIdToCsidl ([in] REFKNOWNFOLDERID rfid, [out] int *pnCsidl) |
| |
| HRESULT | GetFolderIds ([out, size_is(, *pCount)] KNOWNFOLDERID **ppKFId, [in, out] UINT *pCount) |
| |
| HRESULT | GetFolder ([in] REFKNOWNFOLDERID rfid, [out] IKnownFolder **ppkf) |
| |
| HRESULT | GetFolderByName ([in, string] LPCWSTR pszCanonicalName, [out] IKnownFolder **ppkf) |
| |
| HRESULT | RegisterFolder ([in] REFKNOWNFOLDERID rfid, [in] KNOWNFOLDER_DEFINITION const *pKFD) |
| |
| HRESULT | UnregisterFolder ([in] REFKNOWNFOLDERID rfid) |
| |
| HRESULT | FindFolderFromPath ([in, string] LPCWSTR pszPath, [in] FFFP_MODE mode, [out] IKnownFolder **ppkf) |
| |
| HRESULT | FindFolderFromIDList ([in] PCIDLIST_ABSOLUTE pidl, [out] IKnownFolder **ppkf) |
| |
| HRESULT | Redirect ([in] REFKNOWNFOLDERID rfid, [in, unique] HWND hwnd, [in] KF_REDIRECT_FLAGS flags, [in, unique, string] LPCWSTR pszTargetPath, [in] UINT cFolders, [in, size_is(cFolders), unique] KNOWNFOLDERID const *pExclusion, [out, string] LPWSTR *ppszError) |
| |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| |
| ULONG | AddRef () |
| |
| ULONG | Release () |
| |
Definition at line 4127 of file shobjidl.idl.