Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

POLICY_PRIMARY_DOMAIN_INFO structure (ntsecapi.h)

The PolicyPrimaryDomainInformation value and POLICY_PRIMARY_DOMAIN_INFO structure are obsolete. Use the PolicyDnsDomainInformation and POLICY_DNS_DOMAIN_INFO structure instead.

Syntax

typedef struct _POLICY_PRIMARY_DOMAIN_INFO {
 LSA_UNICODE_STRING Name;
 PSID Sid;
} POLICY_PRIMARY_DOMAIN_INFO, *PPOLICY_PRIMARY_DOMAIN_INFO;

Members

Name

An LSA_UNICODE_STRING structure that specifies the name of the primary domain.

Sid

Pointer to the SID of the primary domain.

Requirements

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

See also

LSA_UNICODE_STRING

LsaQueryInformationPolicy

LsaSetInformationPolicy

POLICY_DNS_DOMAIN_INFO

POLICY_INFORMATION_CLASS


Feedback

Was this page helpful?

Additional resources