HomeSort by relevance Sort by last modified time
    Searched refs:UpdateAll (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 324 virtual HRESULT WINAPI UpdateAll(void) = 0;
339 HRESULT (WINAPI *UpdateAll)(ISubscriptionMgr *This);
356 #define ISubscriptionMgr_UpdateAll(This) (This)->lpVtbl->UpdateAll(This)
417 HRESULT (WINAPI *UpdateAll)(ISubscriptionMgr2 *This);
441 #define ISubscriptionMgr2_UpdateAll(This) (This)->lpVtbl->UpdateAll(This)
mobsync.h 394 virtual HRESULT WINAPI UpdateAll(void) = 0;
403 HRESULT (WINAPI *UpdateAll)(ISyncMgrSynchronizeInvoke *This);
414 #define ISyncMgrSynchronizeInvoke_UpdateAll(This) (This)->lpVtbl->UpdateAll(This)

Completed in 61 milliseconds