[This is a preview of an interface that may appear in future releases of Windows.]
The SetEntriesInAuditList function creates a new audit-control list by merging specified audit-control information into an existing audit-control list. You can specify audit-control information for an object or for a specified property on an object.
DWORD SetEntriesInAuditList(
ULONG cEntries, |
// Number of entries in the entry list |
PACTRL_ACCESS_ENTRY pAccessEntryList, |
// array of audit-control entry information |
ACCESS_MODE AccessMode, |
// |
LPCTSTR lpProperty, |
// GUID string of a property |
PACTRL_AUDIT pOldList, |
// pointer to the old audit-control list |
PACTRL_AUDIT *ppNewList |
// receives a pointer to the new list |
); |
Value |
Meaning |
GRANT_ACCESS |
Adds the new entries to the front of the audit-control list. Existing entries are not removed from the list. |
REVOKE_ACCESS |
Remove from the existing list all explicit entries for trustees specified in the pAccessEntryList array. |
SET_ACCESS |
Adds the new entries to the front of the audit-control list. Existing entries for the same trustees are removed from the list. |
If the function succeeds, the return value is ERROR_SUCCESS.
If the function fails, the return value can be one of the following error codes.
Value |
Meaning |
ERROR_INVALID_PARAMETER |
An invalid parameter was specified. |
ERROR_NOT_ENOUGH_MEMORY |
A memory allocation failed. |
Currently, the import library for the SetEntriesInAuditList function is ACCSRC.LIB. This is temporary. Eventually, the import library will be ADVAPI32.LIB. Meanwhile, any source code that links with the ACCSRC.LIB library must call the AccProvInit macro as follows:
DWORD dwErrcode; AccProvInit(dwErrcode); if(dwErrcode != ERROR_SUCCESS) { // Consider this an error... }
ACTRL_ACCESS_ENTRY, ACTRL_AUDIT, ACTRL_PROPERTY_ENTRY, LocalFree, SetEntriesInAccessList
file: /Techref/os/win/api/win32/func/src/f78_13.htm, 7KB, , updated: 2000/4/7 11:19, local time: 2024/11/7 21:52,
3.128.226.118:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/os/win/api/win32/func/src/f78_13.htm"> SetEntriesInAuditList</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.