object ProcessThreadsApi
- Annotations
- @link("advapi32") @link("kernel32") @extern()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProcessThreadsApi
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
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 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
- def ExitProcess(exitCode: UInt): Unit
- def ExitThread(exitCode: DWord): Unit
- def FlushProcessWriteBuffers(): Unit
- Annotations
- @blocking()
- def GetCurrentProcess(): Handle
- def GetCurrentProcessToken(): Handle
- def GetCurrentThread(): Handle
- def GetExitCodeProcess(handle: Handle, exitCodePtr: Ptr[DWord]): Boolean
- def GetExitCodeThread(handle: Handle, exitCodePtr: Ptr[DWord]): Boolean
- def GetProcessId(handle: Handle): DWord
- def OpenProcessToken(process: Handle, desiredAccess: DWord, tokenHandle: Ptr[Handle]): Boolean
- def OpenThreadToken(thread: Handle, desiredAccess: DWord, openAsSelf: Boolean, tokenHandle: Ptr[Handle]): Boolean
- def ResumeThread(thread: Handle): DWord
- def SetThreadPriority(thread: Handle, priority: Int): Boolean
- def SuspendThread(thread: Handle): DWord
- Annotations
- @blocking()
- def SwitchToThread(): Boolean
- Annotations
- @blocking()
- def TerminateProcess(handle: Handle, exitCode: UInt): Boolean
- def TerminateThread(handle: Handle, exitCode: DWord): Boolean
- 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()