//////////////////////// \brief DestroyKObject (object) Destroy a KernelObject \param object (handle_t) Object to destroy \return negative error code on failure ////////////////////////
| 43 | /// \return negative error code on failure |
| 44 | ///////////////////////////// |
| 45 | inline long DestroyKObject(const handle_t& obj){ |
| 46 | return syscall(SYS_KERNELOBJECT_DESTROY, obj); |
| 47 | } |
| 48 | } |