The AccessCheckAndAuditAlarm function performs an access validation and generates corresponding audit messages. An application can also use this function to determine whether necessary privileges are held by a client process. This function is generally used by a server application impersonating a client process. Alarms are not supported in the current version of Windows NT.
BOOL AccessCheckAndAuditAlarm(
LPCTSTR SubsystemName, |
// address of string for subsystem name |
LPVOID HandleId, |
// address of handle identifier |
LPTSTR ObjectTypeName, |
// address of string for object type |
LPTSTR ObjectName, |
// address of string for object name |
PSECURITY_DESCRIPTOR SecurityDescriptor, |
// address of security descriptor |
DWORD DesiredAccess, |
// mask for requested access rights |
PGENERIC_MAPPING GenericMapping, |
// address of GENERIC_MAPPING |
BOOL ObjectCreation, |
// object-creation flag |
LPDWORD GrantedAccess, |
// address of mask for granted rights |
LPBOOL AccessStatus, |
// address of flag for results |
LPBOOL pfGenerateOnClose |
// pointer to flag for audit generation |
); |
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
The AccessCheckAndAuditAlarm function compares the specified security descriptor with the impersonation access token of the calling process and indicates whether access is granted or denied. If access is granted, the requested access mask becomes the granted access mask for the object. This function also generates any necessary audit messages as a result of the access attempt.
This function requires the calling process to have the SE_AUDIT_NAME privilege. The test for this privilege is performed against the primary token of the calling process, not the impersonation token of the thread.
AccessCheck, AreAllAccessesGranted, AreAnyAccessesGranted, GENERIC_MAPPING, MapGenericMask, ObjectCloseAuditAlarm, ObjectOpenAuditAlarm, ObjectPrivilegeAuditAlarm, PrivilegeCheck, PrivilegedServiceAuditAlarm, SECURITY_DESCRIPTOR
file: /Techref/os/win/api/win32/func/src/f00_15.htm, 7KB, , updated: 2000/4/7 11:19, local time: 2024/11/4 14:48,
3.22.181.246: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.org/Techref/os/win/api/win32/func/src/f00_15.htm"> AccessCheckAndAuditAlarm</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Ashley Roll has put together a really nice little unit here. Leave off the MAX232 and keep these handy for the few times you need true RS232! |
.