| 183 | } |
| 184 | |
| 185 | PRESENTMON_API2_EXPORT PM_STATUS pmCloseSession(PM_SESSION_HANDLE handle) |
| 186 | { |
| 187 | try { |
| 188 | pmlog_dbg("pmCloseSession").pmwatch(handle); |
| 189 | DestroyMiddleware_(handle); |
| 190 | return PM_STATUS_SUCCESS; |
| 191 | } |
| 192 | pmcatch_report_diag(true); |
| 193 | } |
| 194 | |
| 195 | PRESENTMON_API2_EXPORT PM_STATUS pmStartTrackingProcess(PM_SESSION_HANDLE handle, uint32_t processId) |
| 196 | { |
no test coverage detected