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