Searched defs:Begin_SendNotifications (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dcluscfgserver.h3013 virtual HRESULT WINAPI Begin_SendNotifications(void) = 0;
3022 HRESULT (WINAPI *Begin_SendNotifications)(AsyncIClusCfgStartupNotify *This); member in struct:AsyncIClusCfgStartupNotifyVtbl
3033 #define AsyncIClusCfgStartupNotify_Begin_SendNotifications(This) (This)->lpVtbl->Begin_SendNotifications(This)
3229 virtual HRESULT WINAPI Begin_SendNotifications(LPCWSTR pcszNodeNameIn) = 0;
3238 HRESULT (WINAPI *Begin_SendNotifications)(AsyncIClusCfgEvictNotify *This,LPCWSTR pcszNodeNameIn); member in struct:AsyncIClusCfgEvictNotifyVtbl
3249 #define AsyncIClusCfgEvictNotify_Begin_SendNotifications(This,pcszNodeNameIn) (This)->lpVtbl->Begin_SendNotifications(This,pcszNodeNameIn)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dcluscfgserver.h3013 virtual HRESULT WINAPI Begin_SendNotifications(void) = 0;
3022 HRESULT (WINAPI *Begin_SendNotifications)(AsyncIClusCfgStartupNotify *This); member in struct:AsyncIClusCfgStartupNotifyVtbl
3033 #define AsyncIClusCfgStartupNotify_Begin_SendNotifications(This) (This)->lpVtbl->Begin_SendNotifications(This)
3229 virtual HRESULT WINAPI Begin_SendNotifications(LPCWSTR pcszNodeNameIn) = 0;
3238 HRESULT (WINAPI *Begin_SendNotifications)(AsyncIClusCfgEvictNotify *This,LPCWSTR pcszNodeNameIn); member in struct:AsyncIClusCfgEvictNotifyVtbl
3249 #define AsyncIClusCfgEvictNotify_Begin_SendNotifications(This,pcszNodeNameIn) (This)->lpVtbl->Begin_SendNotifications(This,pcszNodeNameIn)

Completed in 75 milliseconds