HttpIsFeatureSupported-Funktion (http.h)
Überprüft, ob ein bestimmtes Feature unterstützt wird.
Syntax
BOOL HttpIsFeatureSupported(
HTTP_FEATURE_ID FeatureId
);
Parameter
FeatureId
Typ: _In_ HTTP_FEATURE_ID
Der Bezeichner des Features.
Rückgabewert
TRUE
, wenn das Feature unterstützt wird, andernfalls FALSE
.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows 10 Build 20348 |
Unterstützte Mindestversion (Server) | Windows 10 Build 20348 |
Kopfzeile | http.h |