Interface | Description |
---|---|
Advapi32 | |
Advapi32.Handler | |
Advapi32.HandlerEx | |
Advapi32.SERVICE_MAIN_FUNCTION | |
GNUCLibrary |
GNU C library.
|
Kernel32 |
JNA interface to Windows Kernel32 exports.
|
Options | |
Shell32 | |
WINBASE | |
WINERROR | |
WINNT |
Class | Description |
---|---|
Advapi32.ChangeServiceConfig2Info | |
Advapi32.SERVICE_DESCRIPTION | |
Advapi32.SERVICE_STATUS | |
Advapi32.SERVICE_TABLE_ENTRY | |
DotNet |
.NET related code.
|
InitializationErrorInvocationHandler |
InvocationHandler that reports the same exception over and over again when methods are invoked
on the interface. |
Kernel32Utils | |
RegistryKey |
Represents a Win32 registry key.
|
SHELLEXECUTEINFO |
typedef struct _SHELLEXECUTEINFO {
DWORD cbSize;
ULONG fMask;
HWND hwnd;
LPCTSTR lpVerb;
LPCTSTR lpFile;
LPCTSTR lpParameters;
LPCTSTR lpDirectory;
int nShow;
HINSTANCE hInstApp;
LPVOID lpIDList;
LPCTSTR lpClass;
HKEY hkeyClass;
DWORD dwHotKey;
union {
HANDLE hIcon;
HANDLE hMonitor;
} DUMMYUNIONNAME;
HANDLE hProcess;
} SHELLEXECUTEINFO, *LPSHELLEXECUTEINFO;
|
SHELLEXECUTEINFO.DUMMYUNIONNAME_union | |
SHELLEXECUTEINFO.DUMMYUNIONNAME_union.ByReference | |
SHELLEXECUTEINFO.DUMMYUNIONNAME_union.ByValue | |
WINBASE.FILETIME | |
WINBASE.SECURITY_ATTRIBUTES |
Exception | Description |
---|---|
JnaException |
Exception in the registry code.
|
WinIOException |
IOException originated from Windows API call.
|
Copyright © 2004–2017. All rights reserved.