home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / vjplusb / msdev / bin / mfcclswz.dll / SRCDATA / WM_DATA.LST < prev   
Encoding:
File List  |  1996-07-12  |  8.5 KB  |  115 lines

  1.  
  2. TW|WM_ACTIVATE|OnActivate|Indicates a change in the activation state
  3. TW|WM_ACTIVATEAPP|OnActivateApp|Notifies applications when a new task is activated
  4. W|WM_ASKCBFORMATNAME|OnAskCbFormatName|Retrieves the name of the clipboard format
  5. CDMTW|WM_CANCELMODE|OnCancelMode|Notifies a window to cancel internal modes
  6. W|WM_CHANGECBCHAIN|OnChangeCbChain|Notifies clipboard viewer of removal from chain
  7. CDMTW|WM_CHAR|OnChar|Passes keyboard events to focus window
  8. DW|WM_CHARTOITEM|OnCharToItem|Provides list-box keystrokes to owner window
  9. l|WM_CHARTOITEM_REFLECT|CharToItem|Provides list-box keystrokes to owner window
  10. W|WM_CHILDACTIVATE|OnChildActivate|Notifies a child window of activation
  11. DMTW|WM_CLOSE|OnClose|Signals a window or application to terminate
  12. W|WM_COMPACTING|OnCompacting|Indicates a low memory condition
  13. DW|WM_COMPAREITEM|OnCompareItem|Determines position of combo-box or list-box item
  14. l|WM_COMPAREITEM_REFLECT|CompareItem|Determines position of combo-box or list-box item
  15. CDMTW|WM_CONTEXTMENU|OnContextMenu|Called when the user right clicks in the window
  16. CDMTW|WM_CREATE|OnCreate|Indicates that a window is being created
  17. DW|WM_CTLCOLOR|OnCtlColor|Indicates that a control is about to be drawn
  18. wls|WM_CTLCOLOR_REFLECT|CtlColor|Indicates that a control is about to be drawn
  19. W|WM_DEADCHAR|OnDeadChar|Indicates when a dead key is pressed
  20. DW|WM_DELETEITEM|OnDeleteItem|Indicates owner-drawn item or control is altered
  21. l|WM_DELETEITEM_REFLECT|DeleteItem|Indicates owner-drawn item or control is altered
  22. CDMTW|WM_DESTROY|OnDestroy|Indicates window is about to be destroyed
  23. W|WM_DESTROYCLIPBOARD|OnDestroyClipboard|Notifies owner when clipboard is emptied
  24. TW|WM_DEVMODECHANGE|OnDevModeChange|Indicates when device-mode settings are changed
  25. W|WM_DRAWCLIPBOARD|OnDrawClipboard|Indicates when clipboard contents are changed
  26. DW|WM_DRAWITEM|OnDrawItem|Indicates when owner-drawn control or menu changes
  27. l|WM_DRAWITEM_REFLECT|DrawItem|Indicates when owner-drawn control or menu changes
  28. CMTW|WM_DROPFILES|OnDropFiles|Indicates when a file is dropped
  29. W|WM_ENABLE|OnEnable|Indicates when enable state of window is changing
  30. TW|WM_ENDSESSION|OnEndSession|Indicates whether the Windows session is ending
  31. TW|WM_ENTERIDLE|OnEnterIdle|Indicates a modal dialog box or menu is idle
  32. CMTW|WM_ERASEBKGND|OnEraseBkgnd|Indicates when background of window needs erasing
  33. TW|WM_FONTCHANGE|OnFontChange|Indicates a change in the font-resource pool
  34. W|WM_GETDLGCODE|OnGetDlgCode|Allows processing of control input
  35. MTW|WM_GETMINMAXINFO|OnGetMinMaxInfo|Retrieves minimum and maximum sizing information
  36. CDMTW|WM_HELPINFO|OnHelpInfo|Called when the user hits the F1 key
  37. CDMTW|WM_HSCROLL|OnHScroll|Indicates a click in a horizontal scroll bar
  38. s|WM_HSCROLL_REFLECT|HScroll|Indicates a click in a horizontal scroll bar
  39. W|WM_HSCROLLCLIPBOARD|OnHScrollClipboard|Prompts owner to scroll clipboard contents
  40. MTW|WM_ICONERASEBKGND|OnIconEraseBkgnd|Notifies minimized window to fill icon background
  41. D|WM_INITDIALOG|OnInitDialog|Sent to a dialog box before the dialog box is displayed
  42. TW|WM_INITMENU|OnInitMenu|Indicates when a menu is about to become active
  43. TW|WM_INITMENUPOPUP|OnInitMenuPopup|Indicates when a pop-up menu is being created
  44. CDMTW|WM_KEYDOWN|OnKeyDown|Indicates when a nonsystem key is pressed
  45. CDMTW|WM_KEYUP|OnKeyUp|Indicates when a nonsystem key is released
  46. CDMTW|WM_KILLFOCUS|OnKillFocus|Indicates window is about to lose input focus
  47. CDMTW|WM_LBUTTONDBLCLK|OnLButtonDblClk|Indicates double-click of left mouse button
  48. CDMTW|WM_LBUTTONDOWN|OnLButtonDown|Indicates when left mouse button is pressed
  49. CDMTW|WM_LBUTTONUP|OnLButtonUP|Indicates when left mouse button is released
  50. W|WM_MBUTTONDBLCLK|OnMButtonDblClk|Indicates double-click of middle mouse button
  51. W|WM_MBUTTONDOWN|OnMButtonDown|Indicates when middle mouse button is pressed
  52. W|WM_MBUTTONUP|OnMButtonUp|Indicates when middle mouse button is released
  53. MW|WM_MDIACTIVATE|OnMDIActivate|Activates a new MDI child window
  54. DW|WM_MEASUREITEM|OnMeasureItem|Requests dimensions of owner-drawn control
  55. l|WM_MEASUREITEM_REFLECT|MeasureItem|Requests dimensions of owner-drawn control
  56. W|WM_MENUCHAR|OnMenuChar|Indicates when unknown menu mnemonic is pressed
  57. W|WM_MENUSELECT|OnMenuSelect|Indicates when a menu item is selected
  58. W|WM_MOUSEACTIVATE|OnMouseActivate|Indicates a mouse click in an inactive window
  59. CDMTW|WM_MOUSEMOVE|OnMouseMove|Indicates mouse-cursor movement
  60. CDMTW|WM_MOVE|OnMove|Indicates the position of a window has changed
  61. W|WM_NCACTIVATE|OnNcActivate|Changes the active state of a nonclient area
  62. W|WM_NCCALCSIZE|OnNcCalcSize|Calculates the size of a window's client area
  63. W|WM_NCCREATE|OnNcCreate|Indicates a nonclient area is being created
  64. W|WM_NCDESTROY|OnNcDestroy|Indicates when nonclient area is being destroyed
  65. W|WM_NCHITTEST|OnNcHitTest|Indicates mouse-cursor movement
  66. W|WM_NCLBUTTONDBLCLK|OnNcLButtonDblClk|Indicates non-client left button double-click
  67. W|WM_NCLBUTTONDOWN|OnNcLButtonDown|Indicates left button pressed in nonclient area
  68. W|WM_NCLBUTTONUP|OnNcLButtonUp|Indicates left button released in nonclient area
  69. W|WM_NCMBUTTONDBLCLK|OnNcMButtonDblClk|Indicates middle button nonclient double-click
  70. W|WM_NCMBUTTONDOWN|OnNcMButtonDown|Indicates middle button pressed in nonclient area
  71. W|WM_NCMBUTTONUP|OnNcMButtonUp|Indicates middle button released in nonclient area
  72. W|WM_NCMOUSEMOVE|OnNcMouseMove|Indicates mouse-cursor movement in nonclient area
  73. W|WM_NCPAINT|OnNcPaint|Indicates a window's frame needs painting
  74. W|WM_NCRBUTTONDBLCLK|OnNcRButtonDblClk|Indicates right button nonclient double-click
  75. W|WM_NCRBUTTONDOWN|OnNcRButtonDown|Indicates right button pressed in nonclient area
  76. W|WM_NCRBUTTONUP|OnNcRButtonUp|Indicates right button released in nonclient area
  77. CDMTW|WM_PAINT|OnPaint|Indicates a window frame needs painting (do not use for views)
  78. W|WM_PAINTCLIPBOARD|OnPaintClipboard|Paints the specified portion of the window
  79. TW|WM_PALETTECHANGED|OnPaletteChanged|Indicates focus-window has realized its palette
  80. TW|WM_PALETTEISCHANGING|OnPaletteIsChanging|Informs windows about change to palette
  81. W|WM_PARENTNOTIFY|OnParentNotify|Notifies parent of child-window activity
  82. wls|WM_PARENTNOTIFY_REFLECT|ParentNotify|Notifies parent of child-window activity
  83. W|WM_QUERYDRAGICON|OnQueryDragIcon|Requests a cursor handle for a minimized window
  84. TW|WM_QUERYENDSESSION|OnQueryEndSession|Requests that the Windows session be ended
  85. TW|WM_QUERYNEWPALETTE|OnQueryNewPalette|Allows a window to realize its logical palette
  86. W|WM_QUERYOPEN|OnQueryOpen|Requests that a minimized window be restored
  87. CDMTW|WM_RBUTTONDBLCLK|OnRButtonDblClk|Indicates a double-click of right mouse button
  88. CDMTW|WM_RBUTTONDOWN|OnRButtonDown|Indicates when the right mouse button is pressed
  89. CDMTW|WM_RBUTTONUP|OnRButtonUp|Indicates when the right mouse button is released
  90. W|WM_RENDERALLFORMATS|OnRenderAllFormats|Notifies owner to render all clipboard formats
  91. W|WM_RENDERFORMAT|OnRenderFormat|Notifies owner to render particular clipboard data
  92. CDMTW|WM_SETCURSOR|OnSetCursor|Displays the appropriate mouse cursor shape
  93. CMTW|WM_SETFOCUS|OnSetFocus|Indicates when a window has gained input focus
  94. CDMTW|WM_SHOWWINDOW|OnShowWindow|Indicates a window is about to be hidden or shown
  95. CDMTW|WM_SIZE|OnSize|Indicates a change in window size
  96. W|WM_SIZECLIPBOARD|OnSizeClipboard|Indicates a change in clipboard size
  97. TW|WM_SPOOLERSTATUS|OnSpoolerStatus|Indicates when a print job is added or removed
  98. W|WM_SYSCHAR|OnSysChar|Indicates when a System-menu key is pressed
  99. TW|WM_SYSCOLORCHANGE|OnSysColorChange|Indicates when a system color setting is changed
  100. W|WM_SYSCOMMAND|OnSysCommand|Indicates when a System-command is requested
  101. W|WM_SYSDEADCHAR|OnSysDeadChar|Indicates when a system dead key is pressed
  102. W|WM_SYSKEYDOWN|OnSysKeyDown|Indicates that ALT plus another key was pressed
  103. W|WM_SYSKEYUP|OnSysKeyUp|Indicates that ALT plus another key was released
  104. CDMTW|WM_TCARD|OnTCard|Called when the user clicks an authorable button
  105. TW|WM_TIMECHANGE|OnTimeChange|Indicates that the system time has been set
  106. CDMTW|WM_TIMER|OnTimer|Indicates timeout interval for a timer has elapsed
  107. DW|WM_VKEYTOITEM|OnVkeyToItem|Provides list-box keystrokes to owner window
  108. l|WM_VKEYTOITEM_REFLECT|VkeyToItem|Provides list-box keystrokes to owner window
  109. CDMTW|WM_VSCROLL|OnVScroll|Indicates a click in a vertical scroll bar
  110. s|WM_VSCROLL_REFLECT|VScroll|Indicates a click in a vertical scroll bar
  111. W|WM_VSCROLLCLIPBOARD|OnVScrollClipboard|Prompts the owner to scroll clipboard contents
  112. W|WM_WINDOWPOSCHANGED|OnWindowPosChanged|Notifies a window of a size or position change
  113. W|WM_WINDOWPOSCHANGING|OnWindowPosChanging|Notifies a window of a new size or position
  114. TW|WM_WININICHANGE|OnWinIniChange|Notifies applications of change to WIN.INI