Home | History | Annotate | Download | only in include

Lines Matching defs:EnableModeless

437     virtual HRESULT WINAPI EnableModeless(WINBOOL fEnable) = 0;
446 HRESULT (WINAPI *EnableModeless)(IActiveScriptSiteWindow *This,WINBOOL fEnable);
457 #define IActiveScriptSiteWindow_EnableModeless(This,fEnable) (This)->lpVtbl->EnableModeless(This,fEnable)