| 53 | } |
| 54 | |
| 55 | bool DDACapturePlugin::OnCreate(const tc::GrPluginParam& param) { |
| 56 | GrMonitorCapturePlugin::OnCreate(param); |
| 57 | InitCursorCapture(); |
| 58 | return true; |
| 59 | } |
| 60 | |
| 61 | bool DDACapturePlugin::InitVideoCaptures() { |
| 62 | HRESULT res = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected