Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DNS_SVCB_PARAM_MANDATORY structure represents section 8 of RFC 9460.
Syntax
typedef struct _DNS_SVCB_PARAM_MANDATORY {
WORD cMandatoryKeys;
WORD rgwMandatoryKeys[1];
} DNS_SVCB_PARAM_MANDATORY;
Members
cMandatoryKeys
The count of words in rgwMandatoryKeys.
rgwMandatoryKeys[1]
An array of words representing key value pairs.
Requirements
| Requirement | Value |
|---|---|
| Header | windnsdef.h |