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 357c128 commit 91dbbe1Copy full SHA for 91dbbe1
ices/83056.rs
@@ -0,0 +1,6 @@
1
+struct WSAPROTOCOLCHAIN {
2
+ ChainEntries: [DWORD; SetFileAttributesW as usize],
3
+}
4
+extern "C" {
5
+ fn SetFileAttributesW() -> BOOL;
6
0 commit comments