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
bf635b66
Commit
bf635b66
authored
Jan 31, 1999
by
Juergen Schmied
Committed by
Alexandre Julliard
Jan 31, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stub for GetSecurityDescriptorControl.
parent
535f32ff
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
security.c
dlls/advapi32/security.c
+10
-0
advapi32.spec
relay32/advapi32.spec
+1
-1
No files found.
dlls/advapi32/security.c
View file @
bf635b66
...
...
@@ -621,6 +621,16 @@ NotifyBootConfigStatus( DWORD x1 )
}
/******************************************************************************
* GetSecurityDescriptorControl32 [ADVAPI32]
*/
BOOL32
GetSecurityDescriptorControl32
(
PSECURITY_DESCRIPTOR
pSecurityDescriptor
,
/* fixme: PSECURITY_DESCRIPTOR_CONTROL*/
LPVOID
pControl
,
LPDWORD
lpdwRevision
)
{
FIXME
(
advapi
,
"(%p,%p,%p),stub!
\n
"
,
pSecurityDescriptor
,
pControl
,
lpdwRevision
);
return
1
;
}
/******************************************************************************
* RevertToSelf [ADVAPI32.180]
*
* PARAMS
...
...
relay32/advapi32.spec
View file @
bf635b66
...
...
@@ -53,7 +53,7 @@ type win32
0049 stdcall GetNumberOfEventLogRecords (long ptr) GetNumberOfEventLogRecords32
0050 stdcall GetOldestEventLogRecord (long ptr) GetOldestEventLogRecord32
0051 stub GetPrivateObjectSecurity
0052 st
ub GetSecurityDescriptorControl
0052 st
dcall GetSecurityDescriptorControl (ptr ptr ptr) GetSecurityDescriptorControl32
0053 stub GetSecurityDescriptorDacl
0054 stdcall GetSecurityDescriptorGroup(ptr ptr ptr) GetSecurityDescriptorGroup
0055 stdcall GetSecurityDescriptorLength(ptr) GetSecurityDescriptorLength
...
...
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