Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
55257303
Commit
55257303
authored
Aug 16, 2004
by
Mike McCormack
Committed by
Alexandre Julliard
Aug 16, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move declaration of LSA* structs to ntsecapi.h.
parent
e69f3855
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
19 deletions
+18
-19
security.c
dlls/advapi32/security.c
+0
-19
ntsecapi.h
include/ntsecapi.h
+18
-0
No files found.
dlls/advapi32/security.c
View file @
55257303
...
...
@@ -1248,25 +1248,6 @@ LsaQueryInformationPolicy(
/******************************************************************************
* LsaLookupSids [ADVAPI32.@]
*/
typedef
struct
{
SID_NAME_USE
Use
;
LSA_UNICODE_STRING
Name
;
LONG
DomainIndex
;
}
LSA_TRANSLATED_NAME
,
*
PLSA_TRANSLATED_NAME
;
typedef
struct
{
LSA_UNICODE_STRING
Name
;
PSID
Sid
;
}
LSA_TRUST_INFORMATION
,
*
PLSA_TRUST_INFORMATION
;
typedef
struct
{
ULONG
Entries
;
PLSA_TRUST_INFORMATION
Domains
;
}
LSA_REFERENCED_DOMAIN_LIST
,
*
PLSA_REFERENCED_DOMAIN_LIST
;
NTSTATUS
WINAPI
LsaLookupSids
(
IN
LSA_HANDLE
PolicyHandle
,
...
...
include/ntsecapi.h
View file @
55257303
...
...
@@ -120,6 +120,24 @@ typedef struct _POLICY_ACCOUNT_DOMAIN_INFO
PSID
DomainSid
;
}
POLICY_ACCOUNT_DOMAIN_INFO
,
*
PPOLICY_ACCOUNT_DOMAIN_INFO
;
typedef
struct
{
SID_NAME_USE
Use
;
LSA_UNICODE_STRING
Name
;
LONG
DomainIndex
;
}
LSA_TRANSLATED_NAME
,
*
PLSA_TRANSLATED_NAME
;
typedef
struct
{
LSA_UNICODE_STRING
Name
;
PSID
Sid
;
}
LSA_TRUST_INFORMATION
,
*
PLSA_TRUST_INFORMATION
;
typedef
struct
{
ULONG
Entries
;
PLSA_TRUST_INFORMATION
Domains
;
}
LSA_REFERENCED_DOMAIN_LIST
,
*
PLSA_REFERENCED_DOMAIN_LIST
;
NTSTATUS
WINAPI
LsaQueryInformationPolicy
(
LSA_HANDLE
,
POLICY_INFORMATION_CLASS
,
PVOID
*
);
...
...
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