Modifier and Type | Class and Description |
---|---|
class |
PageantConnector.COPYDATASTRUCT32 |
class |
PageantConnector.COPYDATASTRUCT64 |
static interface |
PageantConnector.User32 |
Modifier and Type | Field and Description |
---|---|
private com.sun.jna.platform.win32.Kernel32 |
libK |
private PageantConnector.User32 |
libU |
Constructor and Description |
---|
PageantConnector() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
private byte[] |
install32(java.lang.String mapname,
PageantConnector.COPYDATASTRUCT32 cds) |
private byte[] |
install64(java.lang.String mapname,
PageantConnector.COPYDATASTRUCT64 cds) |
boolean |
isAvailable() |
static boolean |
isConnectorAvailable() |
void |
query(Buffer buffer) |
(package private) long |
sendMessage(com.sun.jna.platform.win32.WinDef.HWND hwnd,
byte[] data) |
private PageantConnector.User32 libU
private com.sun.jna.platform.win32.Kernel32 libK
public PageantConnector() throws AgentProxyException
AgentProxyException
public static boolean isConnectorAvailable()
public boolean isAvailable()
isAvailable
in interface Connector
public void query(Buffer buffer) throws AgentProxyException
query
in interface Connector
AgentProxyException
private byte[] install32(java.lang.String mapname, PageantConnector.COPYDATASTRUCT32 cds)
private byte[] install64(java.lang.String mapname, PageantConnector.COPYDATASTRUCT64 cds)
long sendMessage(com.sun.jna.platform.win32.WinDef.HWND hwnd, byte[] data)