protected static interface VirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe.WindowsAttachLibrary extends StdCallLibrary
StdCallLibrary.StdCallCallback
Library.Handler
FUNCTION_MAPPER, STDCALL_CONVENTION
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_CLASSLOADER, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRING_ENCODING, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
Modifier and Type | Method and Description |
---|---|
WinDef.LPVOID |
allocate_remote_argument(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.
|
WinDef.LPVOID |
allocate_remote_code(WinNT.HANDLE process)
Allocates the code to invoke on the remote VM.
|
WinDef.LPVOID allocate_remote_code(WinNT.HANDLE process)
process
- A handle to the target process.null
if the code could not be allocated.WinDef.LPVOID allocate_remote_argument(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–2021. All rights reserved.