public interface ExtendedAdvapi32
extends com.sun.jna.platform.win32.Advapi32
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ExtendedAdvapi32.HandlerEx |
static class |
ExtendedAdvapi32.SERVICE_STATUS |
static class |
ExtendedAdvapi32.SERVICE_STATUS_HANDLE |
static class |
ExtendedAdvapi32.SERVICE_TABLE_ENTRY |
| Modifier and Type | Field and Description |
|---|---|
static ExtendedAdvapi32 |
INSTANCE |
static int |
SERVICE_ACCEPT_NETBINDCHNAGE |
static int |
SERVICE_ACCEPT_PARAMCHANGE |
static int |
SERVICE_ACCEPT_PAUSE_CONTINUE |
static int |
SERVICE_ACCEPT_PRESHUTDOWN |
static int |
SERVICE_ACCEPT_SHUTDOWN |
static int |
SERVICE_ACCEPT_STOP |
static int |
SERVICE_CONTINUE_PENDING |
static int |
SERVICE_CONTROL_INTERROGATE |
static int |
SERVICE_CONTROL_SHUTDOWN |
static int |
SERVICE_CONTROL_STOP |
static int |
SERVICE_PAUSE_PENDING |
static int |
SERVICE_PAUSED |
static int |
SERVICE_RUNNING |
static int |
SERVICE_START_PENDNG |
static int |
SERVICE_STOP_PENDING |
static int |
SERVICE_STOPPED |
static int |
SERVICE_WIN32_OWN_PROCESS |
| Modifier and Type | Method and Description |
|---|---|
ExtendedAdvapi32.SERVICE_STATUS_HANDLE |
RegisterServiceCtrlHandlerEx(String serviceName,
ExtendedAdvapi32.HandlerEx handler,
Object context) |
boolean |
SetServiceStatus(ExtendedAdvapi32.SERVICE_STATUS_HANDLE serviceStatusHandle,
ExtendedAdvapi32.SERVICE_STATUS serviceStatus) |
boolean |
StartServiceCtrlDispatcher(ExtendedAdvapi32.SERVICE_TABLE_ENTRY[] lpServiceTable) |
AdjustTokenPrivileges, BackupEventLog, ClearEventLog, CloseEventLog, CloseServiceHandle, ControlService, ConvertSidToStringSid, ConvertStringSidToSid, CreateProcessAsUser, CreateWellKnownSid, DeregisterEventSource, DuplicateToken, DuplicateTokenEx, GetLengthSid, GetNumberOfEventLogRecords, GetOldestEventLogRecord, GetTokenInformation, GetUserNameW, ImpersonateLoggedOnUser, ImpersonateSelf, IsValidSid, IsWellKnownSid, LogonUser, LookupAccountName, LookupAccountSid, LookupPrivilegeName, LookupPrivilegeValue, OpenBackupEventLog, OpenEventLog, OpenProcessToken, OpenSCManager, OpenService, OpenThreadToken, QueryServiceStatusEx, ReadEventLog, RegCloseKey, RegCreateKeyEx, RegDeleteKey, RegDeleteValue, RegEnumKeyEx, RegEnumValue, RegisterEventSource, RegOpenKeyEx, RegQueryInfoKey, RegQueryValueEx, RegQueryValueEx, RegQueryValueEx, RegQueryValueEx, RegSetValueEx, RegSetValueEx, ReportEvent, RevertToSelf, StartServicestatic final ExtendedAdvapi32 INSTANCE
static final int SERVICE_WIN32_OWN_PROCESS
static final int SERVICE_CONTINUE_PENDING
static final int SERVICE_PAUSE_PENDING
static final int SERVICE_PAUSED
static final int SERVICE_RUNNING
static final int SERVICE_START_PENDNG
static final int SERVICE_STOP_PENDING
static final int SERVICE_STOPPED
static final int SERVICE_ACCEPT_NETBINDCHNAGE
static final int SERVICE_ACCEPT_PARAMCHANGE
static final int SERVICE_ACCEPT_PAUSE_CONTINUE
static final int SERVICE_ACCEPT_PRESHUTDOWN
static final int SERVICE_ACCEPT_SHUTDOWN
static final int SERVICE_ACCEPT_STOP
static final int SERVICE_CONTROL_SHUTDOWN
static final int SERVICE_CONTROL_STOP
static final int SERVICE_CONTROL_INTERROGATE
boolean StartServiceCtrlDispatcher(ExtendedAdvapi32.SERVICE_TABLE_ENTRY[] lpServiceTable)
ExtendedAdvapi32.SERVICE_STATUS_HANDLE RegisterServiceCtrlHandlerEx(String serviceName, ExtendedAdvapi32.HandlerEx handler, Object context)
boolean SetServiceStatus(ExtendedAdvapi32.SERVICE_STATUS_HANDLE serviceStatusHandle, ExtendedAdvapi32.SERVICE_STATUS serviceStatus)
Copyright © 2014–2016. All rights reserved.