<StructLayout(LayoutKind.Sequential)> _
Public Structure GENERIC_MAPPING
Public GenericRead As UInteger 'UInt32
Public GenericWrite As UInteger 'UInt32
Public GenericExecute As UInteger 'UInt32
Public GenericAll As UInteger 'UInt32
End Structure
The MapGenericMask function maps the generic access rights in an access mask to specific and standard access rights. The function applies a mapping supplied in a GENERIC_MAPPING structure.
3/16/2007 7:33:33 AM - anonymous
The AccessCheckAndAuditAlarm function determines whether a security descriptor grants a specified set of access rights to the client being impersonated by the calling thread.
12/14/2016 7:19:01 AM - charles.mcdonald@abcfinancial.com-192.54.252.113