Home | History | Annotate | Download | only in include

Lines Matching defs:UpdateWindow

1409     virtual HRESULT WINAPI UpdateWindow(void) = 0;
1459 HRESULT (WINAPI *UpdateWindow)(ITextDocument2 *This);
1511 #define ITextDocument2_UpdateWindow(This) (This)->lpVtbl->UpdateWindow(This)