Robert Reif : include: Add more policy structures to ntsecapi.h.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jul 12 06:53:37 CDT 2006


Module: wine
Branch: master
Commit: 63cbb0cae38ef035f0364d2364712a8c45f76742
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=63cbb0cae38ef035f0364d2364712a8c45f76742

Author: Robert Reif <reif at earthlink.net>
Date:   Tue Jul 11 07:10:36 2006 -0400

include: Add more policy structures to ntsecapi.h.

---

 include/ntsecapi.h |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/include/ntsecapi.h b/include/ntsecapi.h
index a73e603..7fa3c44 100644
--- a/include/ntsecapi.h
+++ b/include/ntsecapi.h
@@ -179,6 +179,32 @@ typedef struct _POLICY_ACCOUNT_DOMAIN_IN
     PSID DomainSid;
 } POLICY_ACCOUNT_DOMAIN_INFO, *PPOLICY_ACCOUNT_DOMAIN_INFO;
 
+typedef struct _POLICY_DNS_DOMAIN_INFO
+{
+    LSA_UNICODE_STRING Name;
+    LSA_UNICODE_STRING DnsDomainName;
+    LSA_UNICODE_STRING DnsForestName;
+    GUID DomainGuid;
+    PSID Sid;
+} POLICY_DNS_DOMAIN_INFO, *PPOLICY_DNS_DOMAIN_INFO;
+
+typedef enum _POLICY_LSA_SERVER_ROLE
+{
+    PolicyServerRoleBackup = 2,
+    PolicyServerRolePrimary
+} POLICY_LSA_SERVER_ROLE, *PPOLICY_LSA_SERVER_ROLE;
+
+typedef struct _POLICY_LSA_SERVER_ROLE_INFO
+{
+    POLICY_LSA_SERVER_ROLE LsaServerRole;
+} POLICY_LSA_SERVER_ROLE_INFO, *PPOLICY_LSA_SERVER_ROLE_INFO;
+
+typedef struct _POLICY_MODIFICATION_INFO
+{
+    LARGE_INTEGER ModifiedId;
+    LARGE_INTEGER DatabaseCreationTime;
+} POLICY_MODIFICATION_INFO, *PPOLICY_MODIFICATION_INFO;
+
 typedef struct
 {
     SID_NAME_USE Use;




More information about the wine-cvs mailing list