object AclApi

Annotations
@extern()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AclApi
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type SecurityObjectType = Int

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def GetNamedSecurityInfoA(objectName: CString, objectType: SecurityObjectType, securityInfo: SecurityInformation, sidOwner: Ptr[SIDPtr], sidGroup: Ptr[SIDPtr], dacl: Ptr[ACLPtr], sacl: Ptr[ACLPtr], securityDescriptor: Ptr[Ptr[SecurityDescriptor]]): DWord
  5. def GetNamedSecurityInfoW(objectName: CWString, objectType: SecurityObjectType, securityInfo: SecurityInformation, sidOwner: Ptr[SIDPtr], sidGroup: Ptr[SIDPtr], dacl: Ptr[ACLPtr], sacl: Ptr[ACLPtr], securityDescriptor: Ptr[Ptr[SecurityDescriptor]]): DWord
  6. def SE_DS_OBJECT: SecurityObjectType
    Annotations
    @name("scalanative_se_ds_object")
  7. def SE_DS_OBJECT_ALL: SecurityObjectType
    Annotations
    @name("scalanative_se_ds_object_all")
  8. def SE_FILE_OBJECT: SecurityObjectType
    Annotations
    @name("scalanative_se_file_object")
  9. def SE_KERNEL_OBJECT: SecurityObjectType
    Annotations
    @name("scalanative_se_kernel_object")
  10. def SE_LMSHARE: SecurityObjectType
    Annotations
    @name("scalanative_se_lmshare")
  11. def SE_PRINTER: SecurityObjectType
    Annotations
    @name("scalanative_se_printer")
  12. def SE_PROVIDER_DEFINED_OBJECT: SecurityObjectType
    Annotations
    @name("scalanative_se_provider_defined_object")
  13. def SE_REGISTRY_KEY: SecurityObjectType
    Annotations
    @name("scalanative_se_registry_key")
  14. def SE_REGISTRY_WOW64_32KEY: SecurityObjectType
    Annotations
    @name("scalanative_se_registry_wow64_32key")
  15. def SE_REGISTRY_WOW64_64KEY: SecurityObjectType
    Annotations
    @name("scalanative_se_registry_wow64_64key")
  16. def SE_SERVICE: SecurityObjectType
    Annotations
    @name("scalanative_se_service")
  17. def SE_UNKNOWN_OBJECT_TYPE: SecurityObjectType
    Annotations
    @name("scalanative_se_unknown_object_type")
  18. def SE_WINDOW_OBJECT: SecurityObjectType
    Annotations
    @name("scalanative_se_window_object")
  19. def SE_WMIGUID_OBJECT: SecurityObjectType
    Annotations
    @name("scalanative_se_wmiguid_object")
  20. def SetEntriesInAclW(countOfExplicitEntries: ULong, listOfExplicitEntries: Ptr[ExplicitAccessW], oldAcl: ACLPtr, newAcl: Ptr[ACLPtr]): DWord
  21. def SetNamedSecurityInfoA(objectName: CString, objectType: SecurityObjectType, securityInfo: SecurityInformation, sidOwner: SIDPtr, sidGroup: SIDPtr, dacl: ACLPtr, sacl: ACLPtr): DWord
  22. def SetNamedSecurityInfoW(objectName: CWString, objectType: SecurityObjectType, securityInfo: SecurityInformation, sidOwner: SIDPtr, sidGroup: SIDPtr, dacl: ACLPtr, sacl: ACLPtr): DWord
  23. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  24. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  27. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped