Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Processes window messages for windowless controls.
virtual BOOL HandleWindowlessMessage(
UINT message,
WPARAM wParam,
LPARAM lParam,
LRESULT* plResult
);
Parameters
message
The identifier for the window message, provided by Windows.wParam
Parameter of the message; provided by Windows. Specifies additional message-specific information. The contents of this parameter depend on the value of the message parameter.lParam
Parameter of the message; provided by Windows. Specifies additional message-specific information. The contents of this parameter depend on the value of the message parameter.plResult
Windows result code. Specifies the result of the message processing and depends on the message sent.
Return Value
Nonzero if successful; otherwise zero.
Remarks
Override this function to customize the handling of windowless control messages.
Requirements
Header: afxocc.h