protected static interface VirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe.WindowsAttachLibrary
extends com.sun.jna.win32.StdCallLibrary
Modifier and Type | Method and Description |
---|---|
com.sun.jna.platform.win32.WinDef.LPVOID |
allocate_remote_argument(com.sun.jna.platform.win32.WinNT.HANDLE process,
String pipe,
String argument0,
String argument1,
String argument2,
String argument3)
Allocates the remote argument to supply to the remote code upon execution.
|
com.sun.jna.platform.win32.WinDef.LPVOID |
allocate_remote_code(com.sun.jna.platform.win32.WinNT.HANDLE process)
Allocates the code to invoke on the remote VM.
|
com.sun.jna.platform.win32.WinDef.LPVOID allocate_remote_code(com.sun.jna.platform.win32.WinNT.HANDLE process)
process
- A handle to the target process.null
if the code could not be allocated.com.sun.jna.platform.win32.WinDef.LPVOID allocate_remote_argument(com.sun.jna.platform.win32.WinNT.HANDLE process, String pipe, String argument0, String argument1, String argument2, String argument3)
process
- A handle to the target process.pipe
- The name of the pipe used for supplying an answer.argument0
- The first argument or null
if no such argument is provided.argument1
- The second argument or null
if no such argument is provided.argument2
- The third argument or null
if no such argument is provided.argument3
- The forth argument or null
if no such argument is provided.null
if the argument could not be allocated.Copyright © 2014–2020. All rights reserved.