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 c16dfec commit ab75b95Copy full SHA for ab75b95
src/core/api.h
@@ -5,6 +5,11 @@
5
6
--*/
7
8
+//
9
+// Private flag of the QUIC_CONNECTION_SHUTDOWN_FLAGS enum used for indicating
10
+// the type of error code being passed in. Not exposed to apps because they
11
+// should not be using different types of errors directly.
12
13
#define QUIC_CONNECTION_SHUTDOWN_FLAG_STATUS ((QUIC_CONNECTION_SHUTDOWN_FLAGS)0x8000)
14
15
_IRQL_requires_max_(PASSIVE_LEVEL)
0 commit comments