OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISubscriptionMgr
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
subsmgr.h
42
typedef struct
ISubscriptionMgr
ISubscriptionMgr
;
320
struct
ISubscriptionMgr
: public IUnknown {
334
HRESULT (WINAPI *QueryInterface)(
ISubscriptionMgr
*This,REFIID riid,void **ppvObject);
335
ULONG (WINAPI *AddRef)(
ISubscriptionMgr
*This);
336
ULONG (WINAPI *Release)(
ISubscriptionMgr
*This);
337
HRESULT (WINAPI *DeleteSubscription)(
ISubscriptionMgr
*This,LPCWSTR pwszURL,HWND hwnd);
338
HRESULT (WINAPI *UpdateSubscription)(
ISubscriptionMgr
*This,LPCWSTR pwszURL);
339
HRESULT (WINAPI *UpdateAll)(
ISubscriptionMgr
*This);
340
HRESULT (WINAPI *IsSubscribed)(
ISubscriptionMgr
*This,LPCWSTR pwszURL,WINBOOL *pfSubscribed)
[
all
...]
comdefsp.h
[
all
...]
Completed in 692 milliseconds