MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / QueryService

Method QueryService

cpp/iedriver/ScriptException.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31STDMETHODIMP ScriptException::QueryService(REFGUID guid_service,
32 REFIID riid,
33 void** object_pointer) {
34 return S_OK;
35}
36
37STDMETHODIMP ScriptException::CanHandleException(EXCEPINFO* exception_info_pointer,
38 VARIANT* variant_value) {

Calls

no outgoing calls

Tested by

no test coverage detected