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, CVoidPtr, 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: CVoidPtr, 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
    Annotations
    @blocking()
  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 ResumeThread(thread: Handle): DWord
  17. def SetThreadPriority(thread: Handle, priority: Int): Boolean
  18. def SuspendThread(thread: Handle): DWord
    Annotations
    @blocking()
  19. def SwitchToThread(): Boolean
    Annotations
    @blocking()
  20. def TerminateProcess(handle: Handle, exitCode: UInt): Boolean
  21. def TerminateThread(handle: Handle, exitCode: DWord): Boolean
  22. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  23. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped