@see: L{get_process} @rtype: int @return: Process global ID where the event occured.
(self)
| 203 | ## return self.get_event_code() |
| 204 | |
| 205 | def get_pid(self): |
| 206 | """ |
| 207 | @see: L{get_process} |
| 208 | |
| 209 | @rtype: int |
| 210 | @return: Process global ID where the event occured. |
| 211 | """ |
| 212 | return self.raw.dwProcessId |
| 213 | |
| 214 | def get_tid(self): |
| 215 | """ |
no outgoing calls
no test coverage detected