|
ReactOS 0.4.16-dev-1946-g52006dd
|


Public Types | |
| enum | KNOWNDESTCATEGORY { KDC_FREQUENT = 1 , KDC_RECENT } |
| typedef enum ICustomDestinationList::KNOWNDESTCATEGORY | KNOWNDESTCATEGORY |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
| HRESULT | SetAppID ([in, string] LPCWSTR pszAppID) |
| HRESULT | BeginList ([out] UINT *pcMinSlots, [in] REFIID riid, [out, iid_is(riid)] void **ppv) |
| HRESULT | AppendCategory ([in, string] LPCWSTR pszCategory, [in] IObjectArray *poa) |
| HRESULT | AppendKnownCategory ([in] KNOWNDESTCATEGORY category) |
| HRESULT | AddUserTasks ([in] IObjectArray *poa) |
| HRESULT | CommitList () |
| HRESULT | GetRemovedDestinations ([in] REFIID riid, [out, iid_is(riid)] void **ppv) |
| HRESULT | DeleteList ([in, unique, string] LPCWSTR pszAppID) |
| HRESULT | AbortList () |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Definition at line 4248 of file shobjidl.idl.
| Enumerator | |
|---|---|
| KDC_FREQUENT | |
| KDC_RECENT | |
Definition at line 4250 of file shobjidl.idl.
| HRESULT ICustomDestinationList::AbortList | ( | ) |
| HRESULT ICustomDestinationList::AddUserTasks | ( | [in] IObjectArray * | poa | ) |
| HRESULT ICustomDestinationList::AppendCategory | ( | [in, string] LPCWSTR | pszCategory, |
| [in] IObjectArray * | poa | ||
| ) |
| HRESULT ICustomDestinationList::AppendKnownCategory | ( | [in] KNOWNDESTCATEGORY | category | ) |
| HRESULT ICustomDestinationList::BeginList | ( | [out] UINT * | pcMinSlots, |
| [in] REFIID | riid, | ||
| [out, iid_is(riid)] void ** | ppv | ||
| ) |
| HRESULT ICustomDestinationList::CommitList | ( | ) |
| HRESULT ICustomDestinationList::GetRemovedDestinations | ( | [in] REFIID | riid, |
| [out, iid_is(riid)] void ** | ppv | ||
| ) |