home *** CD-ROM | disk | FTP | other *** search
File List | 1996-07-12 | 8.5 KB | 115 lines |
-
- TW|WM_ACTIVATE|OnActivate|Indicates a change in the activation state
- TW|WM_ACTIVATEAPP|OnActivateApp|Notifies applications when a new task is activated
- W|WM_ASKCBFORMATNAME|OnAskCbFormatName|Retrieves the name of the clipboard format
- CDMTW|WM_CANCELMODE|OnCancelMode|Notifies a window to cancel internal modes
- W|WM_CHANGECBCHAIN|OnChangeCbChain|Notifies clipboard viewer of removal from chain
- CDMTW|WM_CHAR|OnChar|Passes keyboard events to focus window
- DW|WM_CHARTOITEM|OnCharToItem|Provides list-box keystrokes to owner window
- l|WM_CHARTOITEM_REFLECT|CharToItem|Provides list-box keystrokes to owner window
- W|WM_CHILDACTIVATE|OnChildActivate|Notifies a child window of activation
- DMTW|WM_CLOSE|OnClose|Signals a window or application to terminate
- W|WM_COMPACTING|OnCompacting|Indicates a low memory condition
- DW|WM_COMPAREITEM|OnCompareItem|Determines position of combo-box or list-box item
- l|WM_COMPAREITEM_REFLECT|CompareItem|Determines position of combo-box or list-box item
- CDMTW|WM_CONTEXTMENU|OnContextMenu|Called when the user right clicks in the window
- CDMTW|WM_CREATE|OnCreate|Indicates that a window is being created
- DW|WM_CTLCOLOR|OnCtlColor|Indicates that a control is about to be drawn
- wls|WM_CTLCOLOR_REFLECT|CtlColor|Indicates that a control is about to be drawn
- W|WM_DEADCHAR|OnDeadChar|Indicates when a dead key is pressed
- DW|WM_DELETEITEM|OnDeleteItem|Indicates owner-drawn item or control is altered
- l|WM_DELETEITEM_REFLECT|DeleteItem|Indicates owner-drawn item or control is altered
- CDMTW|WM_DESTROY|OnDestroy|Indicates window is about to be destroyed
- W|WM_DESTROYCLIPBOARD|OnDestroyClipboard|Notifies owner when clipboard is emptied
- TW|WM_DEVMODECHANGE|OnDevModeChange|Indicates when device-mode settings are changed
- W|WM_DRAWCLIPBOARD|OnDrawClipboard|Indicates when clipboard contents are changed
- DW|WM_DRAWITEM|OnDrawItem|Indicates when owner-drawn control or menu changes
- l|WM_DRAWITEM_REFLECT|DrawItem|Indicates when owner-drawn control or menu changes
- CMTW|WM_DROPFILES|OnDropFiles|Indicates when a file is dropped
- W|WM_ENABLE|OnEnable|Indicates when enable state of window is changing
- TW|WM_ENDSESSION|OnEndSession|Indicates whether the Windows session is ending
- TW|WM_ENTERIDLE|OnEnterIdle|Indicates a modal dialog box or menu is idle
- CMTW|WM_ERASEBKGND|OnEraseBkgnd|Indicates when background of window needs erasing
- TW|WM_FONTCHANGE|OnFontChange|Indicates a change in the font-resource pool
- W|WM_GETDLGCODE|OnGetDlgCode|Allows processing of control input
- MTW|WM_GETMINMAXINFO|OnGetMinMaxInfo|Retrieves minimum and maximum sizing information
- CDMTW|WM_HELPINFO|OnHelpInfo|Called when the user hits the F1 key
- CDMTW|WM_HSCROLL|OnHScroll|Indicates a click in a horizontal scroll bar
- s|WM_HSCROLL_REFLECT|HScroll|Indicates a click in a horizontal scroll bar
- W|WM_HSCROLLCLIPBOARD|OnHScrollClipboard|Prompts owner to scroll clipboard contents
- MTW|WM_ICONERASEBKGND|OnIconEraseBkgnd|Notifies minimized window to fill icon background
- D|WM_INITDIALOG|OnInitDialog|Sent to a dialog box before the dialog box is displayed
- TW|WM_INITMENU|OnInitMenu|Indicates when a menu is about to become active
- TW|WM_INITMENUPOPUP|OnInitMenuPopup|Indicates when a pop-up menu is being created
- CDMTW|WM_KEYDOWN|OnKeyDown|Indicates when a nonsystem key is pressed
- CDMTW|WM_KEYUP|OnKeyUp|Indicates when a nonsystem key is released
- CDMTW|WM_KILLFOCUS|OnKillFocus|Indicates window is about to lose input focus
- CDMTW|WM_LBUTTONDBLCLK|OnLButtonDblClk|Indicates double-click of left mouse button
- CDMTW|WM_LBUTTONDOWN|OnLButtonDown|Indicates when left mouse button is pressed
- CDMTW|WM_LBUTTONUP|OnLButtonUP|Indicates when left mouse button is released
- W|WM_MBUTTONDBLCLK|OnMButtonDblClk|Indicates double-click of middle mouse button
- W|WM_MBUTTONDOWN|OnMButtonDown|Indicates when middle mouse button is pressed
- W|WM_MBUTTONUP|OnMButtonUp|Indicates when middle mouse button is released
- MW|WM_MDIACTIVATE|OnMDIActivate|Activates a new MDI child window
- DW|WM_MEASUREITEM|OnMeasureItem|Requests dimensions of owner-drawn control
- l|WM_MEASUREITEM_REFLECT|MeasureItem|Requests dimensions of owner-drawn control
- W|WM_MENUCHAR|OnMenuChar|Indicates when unknown menu mnemonic is pressed
- W|WM_MENUSELECT|OnMenuSelect|Indicates when a menu item is selected
- W|WM_MOUSEACTIVATE|OnMouseActivate|Indicates a mouse click in an inactive window
- CDMTW|WM_MOUSEMOVE|OnMouseMove|Indicates mouse-cursor movement
- CDMTW|WM_MOVE|OnMove|Indicates the position of a window has changed
- W|WM_NCACTIVATE|OnNcActivate|Changes the active state of a nonclient area
- W|WM_NCCALCSIZE|OnNcCalcSize|Calculates the size of a window's client area
- W|WM_NCCREATE|OnNcCreate|Indicates a nonclient area is being created
- W|WM_NCDESTROY|OnNcDestroy|Indicates when nonclient area is being destroyed
- W|WM_NCHITTEST|OnNcHitTest|Indicates mouse-cursor movement
- W|WM_NCLBUTTONDBLCLK|OnNcLButtonDblClk|Indicates non-client left button double-click
- W|WM_NCLBUTTONDOWN|OnNcLButtonDown|Indicates left button pressed in nonclient area
- W|WM_NCLBUTTONUP|OnNcLButtonUp|Indicates left button released in nonclient area
- W|WM_NCMBUTTONDBLCLK|OnNcMButtonDblClk|Indicates middle button nonclient double-click
- W|WM_NCMBUTTONDOWN|OnNcMButtonDown|Indicates middle button pressed in nonclient area
- W|WM_NCMBUTTONUP|OnNcMButtonUp|Indicates middle button released in nonclient area
- W|WM_NCMOUSEMOVE|OnNcMouseMove|Indicates mouse-cursor movement in nonclient area
- W|WM_NCPAINT|OnNcPaint|Indicates a window's frame needs painting
- W|WM_NCRBUTTONDBLCLK|OnNcRButtonDblClk|Indicates right button nonclient double-click
- W|WM_NCRBUTTONDOWN|OnNcRButtonDown|Indicates right button pressed in nonclient area
- W|WM_NCRBUTTONUP|OnNcRButtonUp|Indicates right button released in nonclient area
- CDMTW|WM_PAINT|OnPaint|Indicates a window frame needs painting (do not use for views)
- W|WM_PAINTCLIPBOARD|OnPaintClipboard|Paints the specified portion of the window
- TW|WM_PALETTECHANGED|OnPaletteChanged|Indicates focus-window has realized its palette
- TW|WM_PALETTEISCHANGING|OnPaletteIsChanging|Informs windows about change to palette
- W|WM_PARENTNOTIFY|OnParentNotify|Notifies parent of child-window activity
- wls|WM_PARENTNOTIFY_REFLECT|ParentNotify|Notifies parent of child-window activity
- W|WM_QUERYDRAGICON|OnQueryDragIcon|Requests a cursor handle for a minimized window
- TW|WM_QUERYENDSESSION|OnQueryEndSession|Requests that the Windows session be ended
- TW|WM_QUERYNEWPALETTE|OnQueryNewPalette|Allows a window to realize its logical palette
- W|WM_QUERYOPEN|OnQueryOpen|Requests that a minimized window be restored
- CDMTW|WM_RBUTTONDBLCLK|OnRButtonDblClk|Indicates a double-click of right mouse button
- CDMTW|WM_RBUTTONDOWN|OnRButtonDown|Indicates when the right mouse button is pressed
- CDMTW|WM_RBUTTONUP|OnRButtonUp|Indicates when the right mouse button is released
- W|WM_RENDERALLFORMATS|OnRenderAllFormats|Notifies owner to render all clipboard formats
- W|WM_RENDERFORMAT|OnRenderFormat|Notifies owner to render particular clipboard data
- CDMTW|WM_SETCURSOR|OnSetCursor|Displays the appropriate mouse cursor shape
- CMTW|WM_SETFOCUS|OnSetFocus|Indicates when a window has gained input focus
- CDMTW|WM_SHOWWINDOW|OnShowWindow|Indicates a window is about to be hidden or shown
- CDMTW|WM_SIZE|OnSize|Indicates a change in window size
- W|WM_SIZECLIPBOARD|OnSizeClipboard|Indicates a change in clipboard size
- TW|WM_SPOOLERSTATUS|OnSpoolerStatus|Indicates when a print job is added or removed
- W|WM_SYSCHAR|OnSysChar|Indicates when a System-menu key is pressed
- TW|WM_SYSCOLORCHANGE|OnSysColorChange|Indicates when a system color setting is changed
- W|WM_SYSCOMMAND|OnSysCommand|Indicates when a System-command is requested
- W|WM_SYSDEADCHAR|OnSysDeadChar|Indicates when a system dead key is pressed
- W|WM_SYSKEYDOWN|OnSysKeyDown|Indicates that ALT plus another key was pressed
- W|WM_SYSKEYUP|OnSysKeyUp|Indicates that ALT plus another key was released
- CDMTW|WM_TCARD|OnTCard|Called when the user clicks an authorable button
- TW|WM_TIMECHANGE|OnTimeChange|Indicates that the system time has been set
- CDMTW|WM_TIMER|OnTimer|Indicates timeout interval for a timer has elapsed
- DW|WM_VKEYTOITEM|OnVkeyToItem|Provides list-box keystrokes to owner window
- l|WM_VKEYTOITEM_REFLECT|VkeyToItem|Provides list-box keystrokes to owner window
- CDMTW|WM_VSCROLL|OnVScroll|Indicates a click in a vertical scroll bar
- s|WM_VSCROLL_REFLECT|VScroll|Indicates a click in a vertical scroll bar
- W|WM_VSCROLLCLIPBOARD|OnVScrollClipboard|Prompts the owner to scroll clipboard contents
- W|WM_WINDOWPOSCHANGED|OnWindowPosChanged|Notifies a window of a size or position change
- W|WM_WINDOWPOSCHANGING|OnWindowPosChanging|Notifies a window of a new size or position
- TW|WM_WININICHANGE|OnWinIniChange|Notifies applications of change to WIN.INI