Click to Rate and Give Feedback
MSDN
MSDN Library
Security
Security Management
 POLICY_ACCOUNT_DOMAIN_INFO Structur...

  Switch on low bandwidth view
POLICY_ACCOUNT_DOMAIN_INFO Structure

The POLICY_ACCOUNT_DOMAIN_INFO structure is used to set and query the name and SID of the system's account domain. The LsaQueryInformationPolicy and LsaSetInformationPolicy functions use this structure when their InformationClass parameters are set to PolicyAccountDomainInformation.

Syntax

C++
typedef struct _POLICY_ACCOUNT_DOMAIN_INFO {
  LSA_UNICODE_STRING DomainName;
  PSID               DomainSid;
}POLICY_ACCOUNT_DOMAIN_INFO, *PPOLICY_ACCOUNT_DOMAIN_INFO;

Members

DomainName

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

DomainSid

Pointer to the SID of the account domain.

Requirements

Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
HeaderLsaLookup.h

See Also

LsaQueryInformationPolicy
LsaSetInformationPolicy
LSA_UNICODE_STRING
POLICY_INFORMATION_CLASS

Send comments about this topic to Microsoft

Build date: 6/11/2009

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker