Home | History | Annotate | Download | only in include

Lines Matching refs:Hide

333     virtual HRESULT WINAPI Hide(void) = 0;
358 HRESULT (WINAPI *Hide)(IMSIMWindow *This);
385 #define IMSIMWindow_Hide(This) (This)->lpVtbl->Hide(This)