Package com.sun.jna.win32
Schnittstelle DLLCallback
- Alle Superschnittstellen:
Callback
Indicate that the callback needs to appear to be within a DLL. The
effective DLL module handle may be obtained by TODO.
Use this interface when your callback must reside within a DLL (hooks set
via SetWindowsHook,
and certain service handlers, for example).
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen com.sun.jna.Callback
Callback.UncaughtExceptionHandler
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Total number of DLL callbacks available for allocation.Von Schnittstelle geerbte Felder com.sun.jna.Callback
FORBIDDEN_NAMES, METHOD_NAME
-
Felddetails
-
DLL_FPTRS
Total number of DLL callbacks available for allocation.- Siehe auch:
-