Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Structures, prefix the name with the module name and a period.
<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
Structure GENERIC_MAPPING
Public TODO
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
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
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
alternate definitions?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.