Object Manager

An object consists of a standard header and object-specific attributes. Because all objects have the same structure, there is a single object manager that maintains all objects.

The object header includes items such as the object name, so that other processes can reference the object by name, and a security descriptor, so that the object manager can control which processes access the system resource.

The tasks that the object manager performs include the following: