object AclApi
- Annotations
- @extern()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AclApi
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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
- 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
- def SE_DS_OBJECT: SecurityObjectType
- Annotations
- @name("scalanative_se_ds_object")
- def SE_DS_OBJECT_ALL: SecurityObjectType
- Annotations
- @name("scalanative_se_ds_object_all")
- def SE_FILE_OBJECT: SecurityObjectType
- Annotations
- @name("scalanative_se_file_object")
- def SE_KERNEL_OBJECT: SecurityObjectType
- Annotations
- @name("scalanative_se_kernel_object")
- def SE_LMSHARE: SecurityObjectType
- Annotations
- @name("scalanative_se_lmshare")
- def SE_PRINTER: SecurityObjectType
- Annotations
- @name("scalanative_se_printer")
- def SE_PROVIDER_DEFINED_OBJECT: SecurityObjectType
- Annotations
- @name("scalanative_se_provider_defined_object")
- def SE_REGISTRY_KEY: SecurityObjectType
- Annotations
- @name("scalanative_se_registry_key")
- def SE_REGISTRY_WOW64_32KEY: SecurityObjectType
- Annotations
- @name("scalanative_se_registry_wow64_32key")
- def SE_REGISTRY_WOW64_64KEY: SecurityObjectType
- Annotations
- @name("scalanative_se_registry_wow64_64key")
- def SE_SERVICE: SecurityObjectType
- Annotations
- @name("scalanative_se_service")
- def SE_UNKNOWN_OBJECT_TYPE: SecurityObjectType
- Annotations
- @name("scalanative_se_unknown_object_type")
- def SE_WINDOW_OBJECT: SecurityObjectType
- Annotations
- @name("scalanative_se_window_object")
- def SE_WMIGUID_OBJECT: SecurityObjectType
- Annotations
- @name("scalanative_se_wmiguid_object")
- def SetEntriesInAclW(countOfExplicitEntries: ULong, listOfExplicitEntries: Ptr[ExplicitAccessW], oldAcl: ACLPtr, newAcl: Ptr[ACLPtr]): DWord
- def SetNamedSecurityInfoA(objectName: CString, objectType: SecurityObjectType, securityInfo: SecurityInformation, sidOwner: SIDPtr, sidGroup: SIDPtr, dacl: ACLPtr, sacl: ACLPtr): DWord
- def SetNamedSecurityInfoW(objectName: CWString, objectType: SecurityObjectType, securityInfo: SecurityInformation, sidOwner: SIDPtr, sidGroup: SIDPtr, dacl: ACLPtr, sacl: ACLPtr): DWord
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()