package accctrl
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- accctrl
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type AccessMode = Int
- type ExplicitAccessW = CStruct4[DWord, AccessMode, DWord, TrusteeW]
- type GUID = CStruct4[UInt, UShort, UShort, CArray[UByte, _8]]
- type MultipleTruteeOperation = Int
- type ObjectsAndNameW = CStruct5[ObjectsPresent, SecurityObjectType, CWString, CWString, CWString]
- type ObjectsAndSid = CStruct4[ObjectsPresent, GUID, GUID, SIDPtr]
- type ObjectsPresent = UInt
- type TrusteeForm = Int
- type TrusteeType = Int
- type TrusteeW = CStruct6[CVoidPtr, MultipleTruteeOperation, TrusteeForm, TrusteeType, CVoidPtr, CWString]
Value Members
- final val ACE_INHERITED_OBJECT_TYPE_PRESENT: UInt
- final val ACE_OBJECT_TYPE_PRESENT: UInt
- final val CONTAINER_INHERIT_ACE: UInt
- final val INHERITED_ACE: UInt
- final val INHERIT_ONLY_ACE: UInt
- final val NO_PROPAGATE_INHERIT_ACE: UInt
- final val OBJECT_INHERIT_ACE: UInt
- final val VALID_INHERIT_FLAGS: UInt
- object AccessMode
- Annotations
- @extern()
- object MultipleTrusteeOperation
- Annotations
- @extern()
- object TrusteeForm
- Annotations
- @extern()
- object TrusteeType
- Annotations
- @extern()
- object ops