Edit

Share via


DNS_SVCB_PARAM_MANDATORY structure (windnsdef.h)

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