MCPcopy Create free account
hub / github.com/WallBreaker2/op / GetClientSize

Method GetClientSize

libop/com/OpAutomation.cpp:233–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233STDMETHODIMP OpAutomation::GetClientSize(LONGLONG hwnd, VARIANT *width, VARIANT *height, LONG *nret) {
234 width->vt = VT_I4;
235 height->vt = VT_I4;
236 obj.GetClientSize(static_cast<LONG_PTR>(hwnd), &width->lVal, &height->lVal, nret);
237
238 return S_OK;
239}
240
241STDMETHODIMP OpAutomation::GetForegroundFocus(LONGLONG *rethwnd) {
242 LONG_PTR hwnd = 0;

Callers 1

OpGetClientSizeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected