Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document handle/object operations #4

Merged
merged 2 commits into from Aug 24, 2023
Merged

Conversation

diversenok
Copy link
Contributor

This pull requests documents object attributes and common handle operations. It also fixes a few typos from the previous pull request.

@m417z m417z merged commit 85d4581 into m417z:main Aug 24, 2023
The total number of types present.

## (Variable part)
The variable part of the structure contains variable-sized `OBJECT_TYPES_INFORMATION` structures following each other. Each entry occupies `sizeof(OBJECT_TYPE_INFORMATION) + entry->TypeName.MaximumLength` bytes and is aligned up to a pointer boundary.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You likely meant "contains variable-sized OBJECT_TYPE_INFORMATION structures" here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that's surely a typo

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 pushed a fix

@diversenok diversenok deleted the handles-objects branch August 24, 2023 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants