Interface ALFunctionTypes.ILPALGETPROCADDRESS
- Enclosing class:
ALFunctionTypes
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescription@NotNull MemorySegmentinvoke(@NotNull MemorySegment p0) static MethodHandleof(@NotNull ALFunctionTypes.ILPALGETPROCADDRESS lambda) static MemorySegmentofNative(@NotNull ALFunctionTypes.ILPALGETPROCADDRESS lambda) static MemorySegmentofNative(@NotNull Arena arena, @NotNull ALFunctionTypes.ILPALGETPROCADDRESS lambda)
-
Method Details
-
invoke
@Pointer(comment="void*") @NotNull @NotNull MemorySegment invoke(@Pointer(comment="void*") @NotNull @NotNull MemorySegment p0) -
of
-
ofNative
-
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull ALFunctionTypes.ILPALGETPROCADDRESS lambda)
-