Content deleted Content added
→Architecture: Add [[system call]s to get handles of different types of object |
→Architecture: More system calls |
||
Line 42:
!Access token
| The access rights for an object.
|NtCreateToken<br />NtDuplicateToken<br />NtOpenProcessToken<br />NtOpenThreadToken
|-
!Event
| An object which encapsulates some information, to be used for notifying processes of something.
|NtCreateEvent<br />NtOpenEvent
|-
![[Semaphore (programming)|Semaphore]]/[[Mutex]]
| Objects which [[serialization|serialize]] access to other resources.
|NtCreateSemaphore<br />NtOpenSemaphore
|-
!Timer
| An objects which notifies processes at fixed intervals.
|NtCreateTimer<br />NtOpenTimer
|-
!Key
|