Package com.sun.jna.platform.win32
Schnittstelle WinUser.WindowProc
- Alle Superschnittstellen:
AltCallingConvention
,Callback
,StdCall
,StdCallLibrary.StdCallCallback
- Umschließende Schnittstelle:
WinUser
An application-defined function that processes messages sent to a window.
The WNDPROC type defines a pointer to this callback function.
WindowProc is a placeholder for the application-defined function name.
-
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
Modifizierer und TypMethodeBeschreibungcallback
(WinDef.HWND hwnd, int uMsg, WinDef.WPARAM wParam, WinDef.LPARAM lParam)
-
Methodendetails
-
callback
- Parameter:
hwnd
- [in] Type: HWND A handle to the window.uMsg
- [in] Type: UINT The message. For lists of the system-provided messages, see System-Defined Messages.wParam
- [in] Type: WPARAM Additional message information. The contents of this parameter depend on the value of the uMsg parameter.lParam
- [in] Type: LPARAM Additional message information. The contents of this parameter depend on the value of the uMsg parameter.- Gibt zurück:
- the lresult
-