| 61 | |
| 62 | _IRQL_requires_max_(PASSIVE_LEVEL) |
| 63 | NTSTATUS OpenThreadByPointer(PETHREAD Thread, OUT PHANDLE hThread, ACCESS_MASK AccessMask, ULONG Attributes, KPROCESSOR_MODE ProcessorMode) |
| 64 | { |
| 65 | return ObOpenObjectByPointer(Thread, Attributes, NULL, AccessMask, *PsThreadType, ProcessorMode, hThread); |
| 66 | } |
| 67 | } |
| 68 | |
| 69 | namespace AddressSpace |
no outgoing calls
no test coverage detected