Skip to content

Commit e5dcbb1

Browse files
authored
Update docs for where constants are defined
1 parent 90f6d25 commit e5dcbb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ using Windows.Win32;
6161
PInvoke.CreateFile(/*args*/);
6262
```
6363

64-
Constants are defined on the `Windows.Win32.Constants` class.
64+
Constants are defined on the same class as the p/invoke methods (by default, the `Windows.Win32.PInvoke` class).
6565

6666
Other supporting types are defined within or under the `Windows.Win32` namespace.
6767
Discovery of the namespace for a given type can be done with the Go To All feature (Ctrl+T) in Visual Studio with the type name as the search query.

0 commit comments

Comments
 (0)