Skip to content

Commit 887972c

Browse files
Merge pull request #1984 from RequiDev/patch-1
Fix double "ZwCreateDirectoryObject" in "InitializeObjectAttributes"
2 parents ec4237f + 5b2df9b commit 887972c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk-api-src/content/ntdef/nf-ntdef-initializeobjectattributes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Specifies one or more of the following flags:
7676

7777
### -param r
7878

79-
A handle to the root object directory for the path name specified in the ObjectName parameter. If ObjectName is a fully qualified object name, RootDirectory is NULL. Use ZwCreateDirectoryObject [ZwCreateDirectoryObject](/windows-hardware/drivers/ddi/content/wdm/nf-wdm-zwcreatedirectoryobject) to obtain a handle to an object directory.
79+
A handle to the root object directory for the path name specified in the ObjectName parameter. If ObjectName is a fully qualified object name, RootDirectory is NULL. Use [ZwCreateDirectoryObject](/windows-hardware/drivers/ddi/content/wdm/nf-wdm-zwcreatedirectoryobject) to obtain a handle to an object directory.
8080

8181
### -param s
8282

@@ -130,4 +130,4 @@ Note that <b>InitializeObjectAttributes</b> always sets the <b>SecurityQualityOf
130130

131131
<a href="/windows-hardware/drivers/ddi/content/wdm/nf-wdm-zwopensection">ZwOpenSection</a>
132132

133-
<a href="/windows-hardware/drivers/ddi/content/wdm/nf-wdm-zwopensymboliclinkobject">ZwOpenSymbolicLinkObject</a>
133+
<a href="/windows-hardware/drivers/ddi/content/wdm/nf-wdm-zwopensymboliclinkobject">ZwOpenSymbolicLinkObject</a>

0 commit comments

Comments
 (0)