Notă
Accesul la această pagină necesită autorizare. Puteți încerca să vă conectați sau să modificați directoarele.
Accesul la această pagină necesită autorizare. Puteți încerca să modificați directoarele.
Notifies the parent window of a status bar control that the user has clicked the right mouse button within the control. This notification code is sent in the form of a WM_NOTIFY message.
NM_RCLICK
lpnm = (LPNMMOUSE) lParam;
Parameters
-
lParam
-
Pointer to an NMMOUSE structure that contains additional information about this notification.
Return value
Return TRUE to indicate that the mouse click was handled and suppress default processing by the system. Return FALSE to allow default processing of the click.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows Vista [desktop apps only] |
| Minimum supported server |
Windows Server 2003 [desktop apps only] |
| Header |
|