Packages

package accctrl

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. accctrl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type AccessMode = Int
  2. type ExplicitAccessW = CStruct4[DWord, AccessMode, DWord, TrusteeW]
  3. type GUID = CStruct4[UInt, UShort, UShort, CArray[UByte, _8]]
  4. type MultipleTruteeOperation = Int
  5. type ObjectsAndNameW = CStruct5[ObjectsPresent, SecurityObjectType, CWString, CWString, CWString]
  6. type ObjectsAndSid = CStruct4[ObjectsPresent, GUID, GUID, SIDPtr]
  7. type ObjectsPresent = UInt
  8. type TrusteeForm = Int
  9. type TrusteeType = Int
  10. type TrusteeW = CStruct6[CVoidPtr, MultipleTruteeOperation, TrusteeForm, TrusteeType, CVoidPtr, CWString]

Value Members

  1. final val ACE_INHERITED_OBJECT_TYPE_PRESENT: UInt
  2. final val ACE_OBJECT_TYPE_PRESENT: UInt
  3. final val CONTAINER_INHERIT_ACE: UInt
  4. final val INHERITED_ACE: UInt
  5. final val INHERIT_ONLY_ACE: UInt
  6. final val NO_PROPAGATE_INHERIT_ACE: UInt
  7. final val OBJECT_INHERIT_ACE: UInt
  8. final val VALID_INHERIT_FLAGS: UInt
  9. object AccessMode
    Annotations
    @extern()
  10. object MultipleTrusteeOperation
    Annotations
    @extern()
  11. object TrusteeForm
    Annotations
    @extern()
  12. object TrusteeType
    Annotations
    @extern()
  13. object ops

Inherited from AnyRef

Inherited from Any

Ungrouped