User32Library

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun Arena.astr(str: String): Address
Link copied to clipboard
fun declare(vararg type: Layout, retType: Layout?): FunctionDescriptor
Link copied to clipboard
fun func(vararg type: Layout, retType: Layout?): ReadOnlyProperty<Any?, MethodHandle>
Link copied to clipboard
fun upcall(handle: MethodHandle, function: FunctionDescriptor): Address
Link copied to clipboard
inline fun <R> useMemory(block: (Arena) -> R): R
Link copied to clipboard
fun Arena.wstr(str: String): Address