Package com.sun.jna.platform.win32
Schnittstelle Winsvc.SERVICE_MAIN_FUNCTION
- Alle Superschnittstellen:
AltCallingConvention
,Callback
,StdCall
,StdCallLibrary.StdCallCallback
- Umschließende Schnittstelle:
Winsvc
The entry point for a service.
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen com.sun.jna.Callback
Callback.UncaughtExceptionHandler
-
Feldübersicht
Von Schnittstelle geerbte Felder com.sun.jna.Callback
FORBIDDEN_NAMES, METHOD_NAME
-
Methodenübersicht
-
Methodendetails
-
callback
- Parameter:
dwArgc
- [in] The number of arguments in the lpszArgv array.lpszArgv
- [in] The null-terminated argument strings passed to the service by the call to the StartService function that started the service. If there are no arguments, this parameter can be NULL. Otherwise, the first argument (lpszArgv[0]) is the name of the service, followed by any additional arguments (lpszArgv[1] through lpszArgv[dwArgc-1]).If the user starts a manual service using the Services snap-in from the Control Panel, the strings for the lpszArgv parameter come from the properties dialog box for the service (from the Services snap-in, right-click the service entry, click Properties, and enter the parameters in Start parameters.)
-