KERB_QUERY_DOMAIN_EXTENDED_POLICIES_REQUEST structure (ntsecapi.h)

Contains information used to query the domain for the extended policies. You must have the SeTcbPrivilege privilege set.

Syntax

typedef struct _KERB_QUERY_DOMAIN_EXTENDED_POLICIES_REQUEST {
  KERB_PROTOCOL_MESSAGE_TYPE MessageType;
  ULONG                      Flags;
  UNICODE_STRING             DomainName;
} KERB_QUERY_DOMAIN_EXTENDED_POLICIES_REQUEST, *PKERB_QUERY_DOMAIN_EXTENDED_POLICIES_REQUEST;

Members

MessageType

A value of the KERB_PROTOCOL_MESSAGE_TYPE enumeration that lists the types of messages that can be sent to the Kerberos authentication package by calling the LsaCallAuthenticationPackage function. This member must be set to KerbQueryDomainExtendedPoliciesMessage.

Flags

Reserved.

DomainName

The name of the domain that you are querying for the extended policies.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Header ntsecapi.h