We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f6d25 commit e5dcbb1Copy full SHA for e5dcbb1
README.md
@@ -61,7 +61,7 @@ using Windows.Win32;
61
PInvoke.CreateFile(/*args*/);
62
```
63
64
-Constants are defined on the `Windows.Win32.Constants` class.
+Constants are defined on the same class as the p/invoke methods (by default, the `Windows.Win32.PInvoke` class).
65
66
Other supporting types are defined within or under the `Windows.Win32` namespace.
67
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