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 Enums, prefix the name with the module name and a period.
Public Enum SECURITY_INFORMATION As Long
OWNER_SECURITY_INFORMATION = &H1
GROUP_SECURITY_INFORMATION = &H2
DACL_SECURITY_INFORMATION = &H4
SACL_SECURITY_INFORMATION = &H8
UNPROTECTED_SACL_SECURITY_INFORMATION = &H10000000
UNPROTECTED_DACL_SECURITY_INFORMATION = &H20000000
PROTECTED_SACL_SECURITY_INFORMATION = &H40000000
PROTECTED_DACL_SECURITY_INFORMATION = &H80000000
End Enum
Notes:
None.
The SetNamedSecurityInfo function sets specified security information in the security descriptor of a specified object. The caller identifies the object by name
1/6/2010 7:34:28 AM - anfortas.geo@yahoo.com-216.204.61.86
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!