Home
last modified time | relevance | path

Searched refs:dwOptionSetMask (Results 1 – 9 of 9) sorted by relevance

/reactos/dll/win32/vbscript/
H A Dvbscript.c909 DWORD dwOptionSetMask, DWORD dwEnabledOptions) in VBScriptSafety_SetInterfaceSafetyOptions() argument
913 TRACE("(%p)->(%s %x %x)\n", This, debugstr_guid(riid), dwOptionSetMask, dwEnabledOptions); in VBScriptSafety_SetInterfaceSafetyOptions()
915 if(dwOptionSetMask & ~SUPPORTED_OPTIONS) in VBScriptSafety_SetInterfaceSafetyOptions()
918 …This->ctx->safeopt = (dwEnabledOptions & dwOptionSetMask) | (This->ctx->safeopt & ~dwOptionSetMask in VBScriptSafety_SetInterfaceSafetyOptions()
/reactos/dll/win32/jscript/
H A Djscript.c994 DWORD dwOptionSetMask, DWORD dwEnabledOptions) in JScriptSafety_SetInterfaceSafetyOptions() argument
998 TRACE("(%p)->(%s %x %x)\n", This, debugstr_guid(riid), dwOptionSetMask, dwEnabledOptions); in JScriptSafety_SetInterfaceSafetyOptions()
1000 if(dwOptionSetMask & ~SUPPORTED_OPTIONS) in JScriptSafety_SetInterfaceSafetyOptions()
1003 …This->safeopt = (dwEnabledOptions & dwOptionSetMask) | (This->safeopt & ~dwOptionSetMask) | INTERF… in JScriptSafety_SetInterfaceSafetyOptions()
/reactos/sdk/include/psdk/
H A Dobjsafe.idl43 [in] DWORD dwOptionSetMask,
/reactos/dll/win32/shell32/
H A DCShellDispatch.h75 …STDMETHOD(SetInterfaceSafetyOptions)(REFIID riid, DWORD dwOptionSetMask, DWORD dwEnabledOptions) o…
H A DCShellDispatch.cpp565 …ALLTYPE CShellDispatch::SetInterfaceSafetyOptions(REFIID riid, DWORD dwOptionSetMask, DWORD dwEnab… in SetInterfaceSafetyOptions() argument
567 TRACE("(%p, %s, %lu, %lu)\n", this, wine_dbgstr_guid(&riid), dwOptionSetMask, dwEnabledOptions); in SetInterfaceSafetyOptions()
/reactos/modules/rostests/winetests/mshtml/
H A Dscript.c1334 DWORD dwOptionSetMask, DWORD dwEnabledOptions) in ObjectSafety_SetInterfaceSafetyOptions() argument
1340 …ok(dwOptionSetMask == (INTERFACESAFE_FOR_UNTRUSTED_DATA|INTERFACE_USES_DISPEX|INTERFACE_USES_SECUR… in ObjectSafety_SetInterfaceSafetyOptions()
1341 "dwOptionSetMask=%x\n", dwOptionSetMask); in ObjectSafety_SetInterfaceSafetyOptions()
1343 "dwEnabledOptions=%x\n", dwOptionSetMask); in ObjectSafety_SetInterfaceSafetyOptions()
1397 DWORD dwOptionSetMask, DWORD dwEnabledOptions) in AXObjectSafety_SetInterfaceSafetyOptions() argument
1411 …ok(dwOptionSetMask == dwEnabledOptions, "dwOptionSetMask=%x, expected %x\n", dwOptionSetMask, dwEn… in AXObjectSafety_SetInterfaceSafetyOptions()
1431 …ok(dwOptionSetMask == dwEnabledOptions, "dwOptionSetMask=%x, expected %x\n", dwOptionSetMask, dwEn… in AXObjectSafety_SetInterfaceSafetyOptions()
/reactos/dll/win32/mshtml/
H A Doleobj.c1162 REFIID riid, DWORD dwOptionSetMask, DWORD dwEnabledOptions) in ObjectSafety_SetInterfaceSafetyOptions() argument
1165 FIXME("(%p)->(%s %x %x)\n", This, debugstr_guid(riid), dwOptionSetMask, dwEnabledOptions); in ObjectSafety_SetInterfaceSafetyOptions()
1168 dwOptionSetMask==INTERFACESAFE_FOR_UNTRUSTED_DATA && in ObjectSafety_SetInterfaceSafetyOptions()
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/mstscax/
H A Dmstscax.cpp3403 …CALLTYPE IObjectSafety::SetInterfaceSafetyOptions(REFIID riid, DWORD dwOptionSetMask, DWORD dwEnab… in SetInterfaceSafetyOptions() argument
3406 …terfaceSafetyOptions(%ls, %08X, %08X)"), UUIDToString(riid).c_str(), dwOptionSetMask, dwEnabledOpt… in SetInterfaceSafetyOptions()
3407 HRESULT hr = pIObjectSafety->SetInterfaceSafetyOptions(riid, dwOptionSetMask, dwEnabledOptions); in SetInterfaceSafetyOptions()
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/
H A Dactivex.cpp4653 …virtual STDMETHODIMP IObjectSafety::SetInterfaceSafetyOptions(REFIID riid, DWORD dwOptionSetMask, … in SetInterfaceSafetyOptions() argument
4658 m_SafetyOptions = dwEnabledOptions & (dwOptionSetMask & INTERFACESAFE_FOR_UNTRUSTED_CALLER); in SetInterfaceSafetyOptions()