Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
63cbb0ca
Commit
63cbb0ca
authored
Jul 11, 2006
by
Robert Reif
Committed by
Alexandre Julliard
Jul 12, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add more policy structures to ntsecapi.h.
parent
3b2c2cdb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
ntsecapi.h
include/ntsecapi.h
+26
-0
No files found.
include/ntsecapi.h
View file @
63cbb0ca
...
...
@@ -179,6 +179,32 @@ typedef struct _POLICY_ACCOUNT_DOMAIN_INFO
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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment