Skip to content

Commit 6c9dcb3

Browse files
authored
Fix DEVPKEY_Device_DevNodeStatus data type
`devpkey.h` says that this is uint32 and my Windows 11 agrees
1 parent 57f1ac1 commit 6c9dcb3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

windows-driver-docs-pr/install/devpkey-device-devnodestatus.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The DEVPKEY_Device_DevNodeStatus device property represents the status of a devi
3737
</tr>
3838
<tr class="even">
3939
<td align="left"><p><strong>Property-data-type identifier</strong></p></td>
40-
<td align="left"><p><a href="devprop-type-int32.md" data-raw-source="[&lt;strong&gt;DEVPROP_TYPE_INT32&lt;/strong&gt;](devprop-type-int32.md)"><strong>DEVPROP_TYPE_INT32</strong></a></p></td>
40+
<td align="left"><p><a href="devprop-type-uint32.md" data-raw-source="[&lt;strong&gt;DEVPROP_TYPE_UINT32&lt;/strong&gt;](devprop-type-uint32.md)"><strong>DEVPROP_TYPE_UINT32</strong></a></p></td>
4141
</tr>
4242
<tr class="odd">
4343
<td align="left"><p><strong>Property access</strong></p></td>
@@ -75,3 +75,4 @@ Windows Server 2003, Windows XP, and Windows 2000 do not directly support this p
7575

7676

7777

78+

0 commit comments

Comments
 (0)