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

Method GetWindowState

libop/com/OpAutomation.cpp:325–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325STDMETHODIMP OpAutomation::GetWindowState(LONGLONG hwnd, LONG flag, LONG *rethwnd) {
326 obj.GetWindowState(static_cast<LONG_PTR>(hwnd), flag, rethwnd);
327
328 return S_OK;
329}
330
331STDMETHODIMP OpAutomation::GetWindowTitle(LONGLONG hwnd, BSTR *rettitle) {
332 wstring s;

Callers 1

OpGetWindowStateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected