HomeSort by relevance Sort by last modified time
    Searched full:enablemodeless (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtmhst.h 206 virtual HRESULT WINAPI EnableModeless(WINBOOL fEnable) = 0;
228 HRESULT (WINAPI *EnableModeless)(IDocHostUIHandler *This,WINBOOL fEnable);
252 #define IDocHostUIHandler_EnableModeless(This,fEnable) (This)->lpVtbl->EnableModeless(This,fEnable)
315 HRESULT (WINAPI *EnableModeless)(IDocHostUIHandler2 *This,WINBOOL fEnable);
340 #define IDocHostUIHandler2_EnableModeless(This,fEnable) (This)->lpVtbl->EnableModeless(This,fEnable)
mobsync.h 252 virtual HRESULT WINAPI EnableModeless(WINBOOL fEnable) = 0;
268 HRESULT (WINAPI *EnableModeless)(ISyncMgrSynchronizeCallback *This,WINBOOL fEnable);
286 #define ISyncMgrSynchronizeCallback_EnableModeless(This,fEnable) (This)->lpVtbl->EnableModeless(This,fEnable)
oleidl.h     [all...]
activscp.h 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)
    [all...]
urlmon.h     [all...]
shobjidl.h     [all...]

Completed in 542 milliseconds