Skip to content

Document handle/object operations#4

Merged
m417z merged 2 commits into
m417z:mainfrom
diversenok:handles-objects
Aug 24, 2023
Merged

Document handle/object operations#4
m417z merged 2 commits into
m417z:mainfrom
diversenok:handles-objects

Conversation

@diversenok
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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.

2 participants