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

Method GetScreenFrameInfo

libop/com/OpAutomation.cpp:968–971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

966}
967
968STDMETHODIMP OpAutomation::GetScreenFrameInfo(LONG *frame_id, LONG *time) {
969 obj.GetScreenFrameInfo(frame_id, time);
970 return S_OK;
971}
972
973// 根据通配符获取文件集合. 方便用于FindPic和FindPicEx
974STDMETHODIMP OpAutomation::MatchPicName(BSTR pic_name, BSTR *ret) {

Callers 1

OpGetScreenFrameInfoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected