diff --git a/docs/api/ConnectionOpen.md b/docs/api/ConnectionOpen.md index 5d2b29995..47be92848 100644 --- a/docs/api/ConnectionOpen.md +++ b/docs/api/ConnectionOpen.md @@ -11,7 +11,6 @@ _IRQL_requires_max_(DISPATCH_LEVEL) QUIC_STATUS (QUIC_API * QUIC_CONNECTION_OPEN_FN)( _In_ _Pre_defensive_ HQUIC Registration, - _In_ _Pre_defensive_ HQUIC Configuration, _In_ _Pre_defensive_ QUIC_CONNECTION_CALLBACK_HANDLER Handler, _In_opt_ void* Context, _Outptr_ _At_(*Connection, __drv_allocatesMem(Mem)) _Pre_defensive_ @@ -25,10 +24,6 @@ QUIC_STATUS The valid handle to an open registration object. -`Configuration` - -The valid handle to an open configuration object. - `Handler` A pointer to the app's callback handler to be invoked for all connection events.