Module windows_subsystem

Module windows_subsystem 

Source
Expand description

Section 2 - Windows Subsystem (6-167)

Modules§

window_messages_for_button
D.1~D.5 Window messages for button
window_messages_for_combobox
D.6~D.30 Window messages for combo box
window_messages_for_dialogbox
D.31~D.32 Window messages for dialog box
window_messages_for_edit
D.33~D.60 Window messages for edit
window_messages_for_listbox
D.61~D.91 Window messages for combo box
window_messages_for_static
D.92~D.93 Window messages for static
general_window_messages
D.94~D.217 General window messages
control_notifications_for_button
E.1~E.6 Control notifications for button
control_notifications_for_combobox
E.7~E.17 Control notifications for combo box
control_notifications_for_edit
E.18~E.25 Control notifications for edit
control_notifications_for_listbox
E.26~E.31 Control notifications for list box
general_window_styles
F.1 General window styles
window_styles_for_button
F.2 Button styles
window_styles_for_combobox
F.3 Combo box styles
window_styles_for_edit
F.4 Edit control styles
window_styles_for_listbox
F.5 List box styles
window_styles_for_scrollbar
F.6 Scroll bar styles
window_styles_for_static
F.7 Static control styles
window_styles_for_dialogbox
F.8 Dialog box styles
binary_raster_ops
H Binary Raster Operations

Structs§

MSG
C.25 MSG
COMPAREITEMSTRUCT
C.10 COMPAREITEMSTRUCT
DELETEITEMSTRUCT
C.12 DELETEITEMSTRUCT
DRAWITEMSTRUCT
C.13 DRAWITEMSTRUCT
MEASUREITEMSTRUCT
C.21 MEASUREITEMSTRUCT
MINMAXINFO
C.22 MINMAXINFO
WNDCLASS
C.40 WNDCLASS
CLIENTCREATESTRUCT
C.9 CLIENTCREATESTRUCT
CREATESTRUCT
C.11 CREATESTRUCT
MDICREATESTRUCT
C.20 MDICREATESTRUCT
WINDOWPOS
C.39 WINDOWPOS
WINDOWPLACEMENT
C.38 WINDOWPLACEMENT
PAINTSTRUCT
C.29 PAINTSTRUCT

Functions§

CreateWindow
#27 CreateWindow
CreateDialog
#131 CreateDialog
CreateDialogIndirect
#131 CreateDialogIndirect
DialogBox
#133 DialogBox
DialogBoxIndirect
#133 DialogBoxIndirect
CallWindowProc
#6 CallWindowProc
DispatchMessage
#7 DispatchMessage
GetMessage
#8 GetMessage
PeekMessage
#8 PeekMessage
WaitMessage
#9 WaitMessage
GetMessagePos
#10 GetMessagePos
GetMessageTime
#10 GetMessageTime
InSendMessage
#11 InSendMessage
ReplyMessage
#11 ReplyMessage
PostMessage
#12 PostMessage
PostQuitMessage
#12 PostQuitMessage
SendMessage
#13 SendMessage
SetMessageQueue
#14 SetMessageQueue
TranslateAccelerator
#15 TranslateAccelerator
TranslateMDISysAccel
#16 TranslateMDISysAccel
TranslateMessage
#17 TranslateMessage
RegisterWindowMessage
#18 RegisterWindowMessage
GetMessageExtraInfo
#19 GetMessageExtraInfo
GetQueueStatus
#20 GetQueueStatus
RegisterClass
#21 RegisterClass
UnregisterClass
#21 UnregisterClass
GetClassInfo
#22 GetClassInfo
GetClassName
#23 GetClassName
GetClassWord
#24 GetClassWord
SetClassWord
#24 SetClassWord
GetClassLong
#25 GetClassLong
SetClassLong
#25 SetClassLong
SetWindowLong
#26 SetWindowLong
CreateWindowEx
#27a CreateWindowEx
DestroyWindow
#28 DestroyWindow
DefDlgProc
#30 DefDlgProc
DefFrameProc
#31 DefFrameProc
DefMDIChildProc
#32 DefMDIChildProc
DefWindowProc
#33 DefWindowProc
GetWindowWord
#34 GetWindowWord
GetWindowLong
#35 GetWindowLong
SetWindowWord
#36 SetWindowWord
BeginDeferWindowPos
#37 BeginDeferWindowPos
EndDeferWindowPos
#38 EndDeferWindowPos
DeferWindowPos
#39 DeferWindowPos
SetWindowPos
#40 SetWindowPos
ShowWindow
#41 ShowWindow
IsWindowVisible
#41 IsWindowVisible
ArrangeIconicWindows
#42 ArrangeIconicWindows
OpenIcon
#43 OpenIcon
BringWindowToTop
#44 BringWindowToTop
CloseWindow
#45 CloseWindow
IsIconic
#46 IsIconic
IsZoomed
#46 IsZoomed
ShowOwnedPopups
#47 ShowOwnedPopups
IsWindow
#48 IsWindow
IsWindowEnabled
#49 IsWindowEnabled
EnableWindow
#49 EnableWindow
GetActiveWindow
#50 GetActiveWindow
SetActiveWindow
#50 SetActiveWindow
GetCapture
#51 GetCapture
SetCapture
#51 SetCapture
ReleaseCapture
#51 ReleaseCapture
GetFocus
#52 GetFocus
SetFocus
#52 SetFocus
AnyPopup
#54 AnyPopup
GetLastActivePopup
#55 GetLastActivePopup
IsChild
#56 IsChild
GetParent
#57 GetParent
SetParent
#57 SetParent
GetWindow
#58 GetWindow
GetTopWindow
#58 GetTopWindow
MoveWindow
#59 MoveWindow
GetDesktopWindow
#60 GetDesktopWindow
GetWindowPlacement
#61 GetWindowPlacement
SetWindowPlacement
#61 SetWindowPlacement
AdjustWindowRect
#62 AdjustWindowRect
AdjustWindowRectEx
#62 AdjustWindowRectEx
GetClientRect
#63 GetClientRect
GetWindowRect
#63 GetWindowRect
GetWindowText
#64 GetWindowText
GetWindowTextLength
#64 GetWindowTextLength
SetWindowText
#64 SetWindowText
EnumWindows
#65 EnumWindows
EnumChildWindows
#66 EnumChildWindows
FindWindow
#67 FindWindow
AppendMenu
#68 AppendMenu
InsertMenu
#68 InsertMenu
ModifyMenu
#68 ModifyMenu
RemoveMenu
#69 RemoveMenu
DeleteMenu
#69 DeleteMenu
DestroyMenu
#69 DestroyMenu
CreateMenu
#70 CreateMenu
CreatePopupMenu
#70 CreatePopupMenu
GetMenu
#71 GetMenu
DrawMenuBar
#72 DrawMenuBar
GetSystemMenu
#73 GetSystemMenu
CheckMenuItem
#74 CheckMenuItem
EnableMenuItem
#74 EnableMenuItem
HiliteMenuItem
#74 HiliteMenuItem
GetMenuItemID
#75 GetMenuItemID
GetSubMenu
#75 GetSubMenu
GetMenuState
#76 GetMenuState
GetMenuString
#76 GetMenuString
GetMenuItemCount
#77 GetMenuItemCount
GetMenuCheckMarkDimensions
#78 GetMenuCheckMarkDimensions
SetMenuItemBitmaps
#79 SetMenuItemBitmaps
TrackPopupMenu
#80 TrackPopupMenu
SetMenu
#81 SetMenu
IsMenu
#82 IsMenu
GetScrollPos
#83 GetScrollPos
SetScrollPos
#83 SetScrollPos
GetScrollRange
#84 GetScrollRange
SetScrollRange
#84 SetScrollRange
ShowScrollBar
#85 ShowScrollBar
ScrollWindow
#86 ScrollWindow
EnableScrollBar
#87 EnableScrollBar
ScrollDC
#88 ScrollDC
ScrollWindowEx
#89 ScrollWindowEx
CreateCaret
#90 CreateCaret
DestroyCaret
#90 DestroyCaret
GetCaretBlinkTime
#91 GetCaretBlinkTime
SetCaretBlinkTime
#91 SetCaretBlinkTime
GetCaretPos
#92 GetCaretPos
SetCaretPos
#92 SetCaretPos
HideCaret
#93 HideCaret
ShowCaret
#93 ShowCaret
CreateCursor
#94 CreateCursor
DestroyCursor
#94 DestroyCursor
LoadCursor
#95 LoadCursor
GetCursorPos
#96 GetCursorPos
SetCursorPos
#96 SetCursorPos
ShowCursor
#97 ShowCursor
GetCursor
#98 GetCursor
SetCursor
#98 SetCursor
ClipCursor
#99 ClipCursor
GetClipCursor
#100 GetClipCursor
SetProp
#102 SetProp
GetProp
#102 GetProp
RemoveProp
#103 RemoveProp
EnumProps
#104 EnumProps
GetClipboardViewer
#106 GetClipboardViewer
SetClipboardViewer
#107 SetClipboardViewer
ChangeClipboardChain
#108 ChangeClipboardChain
OpenClipboard
#109 OpenClipboard
GetOpenClipboardWindow
#110 GetOpenClipboardWindow
CloseClipboard
#111 CloseClipboard
EmptyClipboard
#112 EmptyClipboard
GetClipboardOwner
#113 GetClipboardOwner
CountClipboardFormats
#114 CountClipboardFormats
EnumClipboardFormats
#115 EnumClipboardFormats
GetPriorityClipboardFormat
#116 GetPriorityClipboardFormat
IsClipboardFormatAvailable
#117 IsClipboardFormatAvailable
RegisterClipboardFormat
#118 RegisterClipboardFormat
GetClipboardFormatName
#118 GetClipboardFormatName
GetClipboardData
#119 GetClipboardData
SetClipboardData
#119 SetClipboardData
AddAtom
#124 AddAtom
GlobalAddAtom
#124 GlobalAddAtom
DeleteAtom
#125 DeleteAtom
GlobalDeleteAtom
#125 GlobalDeleteAtom
FindAtom
#126 FindAtom
GlobalFindAtom
#126 GlobalFindAtom
GetAtomName
#127 GetAtomName
GlobalGetAtomName
#127 GlobalGetAtomName
InitAtomTable
#128 InitAtomTable
CheckDlgButton
#129 CheckDlgButton
CheckRadioButton
#130 CheckRadioButton
CreateDialogParam
#132 CreateDialogParam
CreateDialogIndirectParam
#132 CreateDialogIndirectParam
DialogBoxIndirectParam
#134 DialogBoxIndirectParam
DialogBoxParam
#134 DialogBoxParam
DlgDirList
#135 DlgDirList
DlgDirListComboBox
#135 DlgDirListComboBox
DlgDirSelectComboBoxEx
#136a DlgDirSelectComboBoxEx
EndDialog
#137 EndDialog
GetDialogBaseUnits
#138 GetDialogBaseUnits
GetDlgCtrlID
#139 GetDlgCtrlID
GetDlgItem
#140 GetDlgItem
GetDlgItemInt
#141 GetDlgItemInt
SetDlgItemInt
#141 SetDlgItemInt
GetDlgItemText
#142 GetDlgItemText
SetDlgItemText
#142 SetDlgItemText
GetNextDlgGroupItem
#143 GetNextDlgGroupItem
GetNextDlgTabItem
#143 GetNextDlgTabItem
IsDialogMessage
#144 IsDialogMessage
IsDlgButtonChecked
#145 IsDlgButtonChecked
MapDialogRect
#146 MapDialogRect
SendDlgItemMessage
#147 SendDlgItemMessage
DlgDirSelectEx
#148 DlgDirSelectEx
BeginPaint
#150 BeginPaint
EndPaint
#151 EndPaint
ExcludeUpdateRgn
#152 ExcludeUpdateRgn
GetUpdateRect
#153 GetUpdateRect
GetUpdateRgn
#154 GetUpdateRgn
InvertRect
#155 InvertRect
UpdateWindow
#156 UpdateWindow
ValidateRgn
#157 ValidateRgn
InvalidateRgn
#157 InvalidateRgn
RedrawWindow
#158 RedrawWindow
LockWindowUpdate
#159 LockWindowUpdate
GetMapMode
#160 GetMapMode
SetMapMode
#160 SetMapMode
GetPolyFillMode
#161 GetPolyFillMode
SetPolyFillMode
#161 SetPolyFillMode
GetROP2
#162 GetROP2
SetROP2
#162 SetROP2
GetBkColor
#163 GetBkColor
SetBkColor
#163 SetBkColor
GetBkMode
#164 GetBkMode
SetBkMode
#164 SetBkMode
GetBoundsRect
#165 GetBoundsRect
SetBoundsRect
#165 SetBoundsRect
GetCurrentPositionEx
#166 GetCurrentPositionEx
InvalidateRect
#167 InvalidateRect
ValidateRect
#167 ValidateRect

Type Aliases§

WindowProc
#29 WindowProc
EnumWindowsProc
#65 EnumWindowsProc
EnumChildProc
#66 EnumChildProc
EnumPropsProc
#105 EnumPropsProc
CallWndProc
#120 CallWndProc
GetMsgProc
#121 GetMsgProc
MessageProc
#122 MessageProc
SysMsgProc
#123 SysMsgProc
DialogProc
#149 DialogProc