What does ObjectName(parameter) refer in the structure OBJECT_ATTRIBUTE?
Posted
by kiddo
on Stack Overflow
See other posts from Stack Overflow
or by kiddo
Published on 2010-06-03T08:37:44Z
Indexed on
2010/06/03
10:34 UTC
Read the original article
Hit count: 135
hi all, I found this structure called OBJECT_ATTRIBUTE in one of the nt dll functions..I was curious to know about that structure and I went through its documentation(msdn)...In the OBJECT_ATTRIBUTE structure there is a parameter called PUNICODE_STRING objectName...As per the msdn documentation..it says that the objectName "the name of the object for which a handle is to be opened" which is actually a name or some root directory,am confused with this.Can anybody explain this term "name of the object"(root directory).what it represents.
© Stack Overflow or respective owner