o

scala.scalanative.windows

ProcessThreadsApi

object ProcessThreadsApi

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

Type Members

  1. type ProcessInformation = CStruct4[Handle, Handle, DWord, DWord]
  2. type StartupInfoW = CStruct18[DWord, CWString, CWString, CWString, DWord, DWord, DWord, DWord, DWord, DWord, DWord, DWord, Word, Word, Ptr[Byte], Handle, Handle, Handle]

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 CreateProcessW(applicationName: CWString, commandLine: CWString, processAttributres: Ptr[SecurityAttributes], threadAttributes: Ptr[SecurityAttributes], inheritHandle: Boolean, creationFlags: DWord, environment: Ptr[Byte], currentDirectory: CWString, startupInfo: Ptr[StartupInfoW], processInformation: Ptr[ProcessInformation]): Boolean
  5. def ExitProcess(exitCode: UInt): Unit
  6. def ExitThread(exitCode: DWord): Unit
  7. def FlushProcessWriteBuffers(): Unit
  8. def GetCurrentProcess(): Handle
  9. def GetCurrentProcessToken(): Handle
  10. def GetCurrentThread(): Handle
  11. def GetExitCodeProcess(handle: Handle, exitCodePtr: Ptr[DWord]): Boolean
  12. def GetExitCodeThread(handle: Handle, exitCodePtr: Ptr[DWord]): Boolean
  13. def GetProcessId(handle: Handle): DWord
  14. def OpenProcessToken(process: Handle, desiredAccess: DWord, tokenHandle: Ptr[Handle]): Boolean
  15. def OpenThreadToken(thread: Handle, desiredAccess: DWord, openAsSelf: Boolean, tokenHandle: Ptr[Handle]): Boolean
  16. def TerminateProcess(handle: Handle, exitCode: UInt): Boolean
  17. def TerminateThread(handle: Handle, exitCode: DWord): Boolean
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped