@msdn=https://social.msdn.microsoft.com/search/en-US/windows?query=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The AccessCheckAndAuditAlarm function determines whether a security descriptor grants a specified set of access rights to the client being impersonated by the calling thread. !!!!C# Signature: [DllImport("advapi32.dll", SetLastError=true)] static extern TODO AccessCheckAndAuditAlarm(TODO); !!!!VB Signature: Declare Function AccessCheckAndAuditAlarm Lib "advapi32.dll" (TODO) As TODO !!!!User-Defined Types: None. !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! Documentation: AccessCheckAndAuditAlarm@msdn on MSDN
Edit advapi32.AccessCheck
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.