Package

scala.scalanative.windows

accctrl

Permalink

package accctrl

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

Type Members

  1. type AccessMode = Int

    Permalink
  2. type ExplicitAccessW = CStruct4[DWord, AccessMode, DWord, TrusteeW]

    Permalink
  3. type GUID = CStruct4[UInt, UShort, UShort, CArray[UByte, _8]]

    Permalink
  4. type MultipleTruteeOperation = Int

    Permalink
  5. type ObjectsAndNameW = CStruct5[ObjectsPresent, SecurityObjectType, CWString, CWString, CWString]

    Permalink
  6. type ObjectsAndSid = CStruct4[ObjectsPresent, GUID, GUID, SIDPtr]

    Permalink
  7. type ObjectsPresent = UInt

    Permalink
  8. type TrusteeForm = Int

    Permalink
  9. type TrusteeType = Int

    Permalink
  10. type TrusteeW = CStruct6[Ptr[Byte], MultipleTruteeOperation, TrusteeForm, TrusteeType, Ptr[Byte], CWString]

    Permalink

Value Members

  1. final val ACE_INHERITED_OBJECT_TYPE_PRESENT: UInt

    Permalink
  2. final val ACE_OBJECT_TYPE_PRESENT: UInt

    Permalink
  3. object AccessMode

    Permalink
    Annotations
    @extern()
  4. final val CONTAINER_INHERIT_ACE: UInt

    Permalink
  5. final val INHERITED_ACE: UInt

    Permalink
  6. final val INHERIT_ONLY_ACE: UInt

    Permalink
  7. object MultipleTrusteeOperation

    Permalink
    Annotations
    @extern()
  8. final val NO_PROPAGATE_INHERIT_ACE: UInt

    Permalink
  9. final val OBJECT_INHERIT_ACE: UInt

    Permalink
  10. object TrusteeForm

    Permalink
    Annotations
    @extern()
  11. object TrusteeType

    Permalink
    Annotations
    @extern()
  12. final val VALID_INHERIT_FLAGS: UInt

    Permalink
  13. object ops

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped