Compartir a través de


Mensajes de WM_: P - R

Las entradas de mapa siguiente corresponden a los prototipos de función:

Entrada de asignación

Prototipo de función

ON_WM_PAINT ()

afx_msg OnPaintvacío ();

ON_WM_PAINTCLIPBOARD ()

afx_msg OnPaintClipboardvacío (CWnd*, IDENTIFIER);

ON_WM_PALETTECHANGED ()

afx_msg OnPaletteChangedvacío (CWnd*);

ON_WM_PALETTEISCHANGING ()

afx_msg OnPaletteIsChangingvacío (CWnd*);

ON_WM_PARENTNOTIFY ()

afx_msg OnParentNotifyvacío (UINT, LONG);

ON_WM_POWERBROADCAST ()

afx_msg UINT OnPowerBroadcast(UINT, UINT);

ON_WM_QUERYDRAGICON ()

afx_msg HCURSOR OnQueryDragIcon() ();

ON_WM_QUERYENDSESSION ()

afx_msg BOOL OnQueryEndSession() ();

ON_WM_QUERYNEWPALETTE ()

afx_msg BOOL OnQueryNewPalette() ();

ON_WM_QUERYOPEN ()

afx_msg BOOL OnQueryOpen() ();

ON_WM_RBUTTONDBLCLK ()

afx_msg OnRButtonDblClkvacío (UINT, CPoint);

ON_WM_RBUTTONDOWN ()

afx_msg OnRButtonDownvacío (UINT, CPoint);

ON_WM_RBUTTONUP ()

afx_msg OnRButtonUpvacío (UINT, CPoint);

ON_WM_RENDERALLFORMATS ()

afx_msg OnRenderAllFormatsvacío ();

ON_WM_RENDERFORMAT ()

afx_msg OnRenderFormatvacío (UINT);

Vea también

Referencia

Mapas de mensajes MFC)

Controladores de los mensajes de WM_