/reactos/dll/win32/vbscript/ |
H A D | vbscript.c | 909 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 D | jscript.c | 994 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 D | objsafe.idl | 43 [in] DWORD dwOptionSetMask,
|
/reactos/dll/win32/shell32/ |
H A D | CShellDispatch.h | 75 …STDMETHOD(SetInterfaceSafetyOptions)(REFIID riid, DWORD dwOptionSetMask, DWORD dwEnabledOptions) o…
|
H A D | CShellDispatch.cpp | 565 …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 D | script.c | 1334 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 D | oleobj.c | 1162 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 D | mstscax.cpp | 3403 …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 D | activex.cpp | 4653 …virtual STDMETHODIMP IObjectSafety::SetInterfaceSafetyOptions(REFIID riid, DWORD dwOptionSetMask, … in SetInterfaceSafetyOptions() argument 4658 m_SafetyOptions = dwEnabledOptions & (dwOptionSetMask & INTERFACESAFE_FOR_UNTRUSTED_CALLER); in SetInterfaceSafetyOptions()
|