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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dshdeprecated.h317 virtual HRESULT WINAPI UpdateWindowList(void) = 0;
354 HRESULT (WINAPI *UpdateWindowList)(IBrowserService *This); member in struct:IBrowserServiceVtbl
393 #define IBrowserService_UpdateWindowList(This) (This)->lpVtbl->UpdateWindowList(This)
669 HRESULT (WINAPI *UpdateWindowList)(IBrowserService2 *This); member in struct:IBrowserService2Vtbl
770 #define IBrowserService2_UpdateWindowList(This) (This)->lpVtbl->UpdateWindowList(This)
1009 HRESULT (WINAPI *UpdateWindowList)(IBrowserService3 *This); member in struct:IBrowserService3Vtbl
1112 #define IBrowserService3_UpdateWindowList(This) (This)->lpVtbl->UpdateWindowList(This)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dshdeprecated.h317 virtual HRESULT WINAPI UpdateWindowList(void) = 0;
354 HRESULT (WINAPI *UpdateWindowList)(IBrowserService *This); member in struct:IBrowserServiceVtbl
393 #define IBrowserService_UpdateWindowList(This) (This)->lpVtbl->UpdateWindowList(This)
669 HRESULT (WINAPI *UpdateWindowList)(IBrowserService2 *This); member in struct:IBrowserService2Vtbl
770 #define IBrowserService2_UpdateWindowList(This) (This)->lpVtbl->UpdateWindowList(This)
1009 HRESULT (WINAPI *UpdateWindowList)(IBrowserService3 *This); member in struct:IBrowserService3Vtbl
1112 #define IBrowserService3_UpdateWindowList(This) (This)->lpVtbl->UpdateWindowList(This)

Completed in 46 milliseconds