Trait winsafe::prelude::MsgSend

source ·
pub unsafe trait MsgSend {
    type RetType;

    // Required methods
    fn convert_ret(&self, v: isize) -> Self::RetType;
    fn as_generic_wm(&mut self) -> WndMsg;
}
Available on crate features kernel and user only.
Expand description

Parameters of a message which can be sent. Implemented by all defined messages.

Allows the conversion to the generic WndMsg parameters, and also defines the return type of the message.

Used in functions like SendMessage and DefWindowProc.

§Safety

Messages manipulate pointers, copies and window states. Improper use may lead to undefined behavior.

Required Associated Types§

source

type RetType

The specific type of the value returned by the message.

Required Methods§

source

fn convert_ret(&self, v: isize) -> Self::RetType

Converts the generic isize return value to the specific type returned by the message.

source

fn as_generic_wm(&mut self) -> WndMsg

Converts the specific message parameters struct into the generic WndMsg message struct.

Implementors§

source§

impl MsgSend for Click

§

type RetType = ()

source§

impl MsgSend for GetCheck

§

type RetType = BST

source§

impl MsgSend for winsafe::msg::bm::GetImage

source§

impl MsgSend for GetNoteLength

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for winsafe::msg::bm::GetState

§

type RetType = BST

source§

impl MsgSend for SetCheck

§

type RetType = ()

source§

impl MsgSend for SetDontClick

§

type RetType = ()

source§

impl MsgSend for SetDropDownState

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::bm::SetImage

source§

impl MsgSend for SetNote

Available on crate feature comctl only.
source§

impl MsgSend for SetShield

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::bm::SetState

§

type RetType = ()

source§

impl MsgSend for winsafe::msg::bm::SetStyle

§

type RetType = ()

source§

impl MsgSend for winsafe::msg::cb::AddString

source§

impl MsgSend for winsafe::msg::cb::DeleteString

source§

impl MsgSend for winsafe::msg::cb::Dir

source§

impl MsgSend for winsafe::msg::cb::FindString

source§

impl MsgSend for winsafe::msg::cb::FindStringExact

source§

impl MsgSend for winsafe::msg::cb::GetCount

source§

impl MsgSend for winsafe::msg::cb::GetCurSel

source§

impl MsgSend for GetDroppedState

source§

impl MsgSend for GetDroppedWidth

source§

impl MsgSend for GetEditSel

§

type RetType = (i32, i32)

source§

impl MsgSend for GetExtendedUi

source§

impl MsgSend for winsafe::msg::cb::GetHorizontalExtent

§

type RetType = u32

source§

impl MsgSend for winsafe::msg::cb::GetItemData

source§

impl MsgSend for winsafe::msg::cb::GetItemHeight

source§

impl MsgSend for GetLbTextLen

source§

impl MsgSend for winsafe::msg::cb::GetLocale

source§

impl MsgSend for GetMinVisible

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for winsafe::msg::cb::GetTopIndex

source§

impl MsgSend for winsafe::msg::cb::InitStorage

source§

impl MsgSend for winsafe::msg::cb::InsertString

source§

impl MsgSend for winsafe::msg::cb::LimitText

§

type RetType = ()

source§

impl MsgSend for winsafe::msg::cb::ResetContent

§

type RetType = ()

source§

impl MsgSend for winsafe::msg::cb::SelectString

source§

impl MsgSend for winsafe::msg::cb::SetCueBanner

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::cb::SetCurSel

§

type RetType = ()

source§

impl MsgSend for SetDroppedWidth

source§

impl MsgSend for SetEditSel

source§

impl MsgSend for SetExtendedUi

source§

impl MsgSend for winsafe::msg::cb::SetHorizontalExtent

§

type RetType = ()

source§

impl MsgSend for winsafe::msg::cb::SetItemData

source§

impl MsgSend for winsafe::msg::cb::SetItemHeight

source§

impl MsgSend for winsafe::msg::cb::SetLocale

source§

impl MsgSend for SetMinVisible

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::cb::SetTopIndex

source§

impl MsgSend for ShowDropDown

§

type RetType = ()

source§

impl MsgSend for CloseMonthCal

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for GetMcColor

Available on crate feature comctl only.
source§

impl MsgSend for GetMcFont

Available on crate features comctl and gdi only.
source§

impl MsgSend for GetMcStyle

Available on crate feature comctl only.
source§

impl MsgSend for GetMonthCal

Available on crate feature comctl only.
source§

impl MsgSend for SetFormat

Available on crate feature comctl only.
source§

impl MsgSend for SetMcColor

Available on crate feature comctl only.
source§

impl MsgSend for SetMcStyle

Available on crate feature comctl only.
source§

impl MsgSend for CanUndo

source§

impl MsgSend for CharFromPos

§

type RetType = (u16, u16)

source§

impl MsgSend for EmptyUndoBuffer

§

type RetType = ()

source§

impl MsgSend for FmtLines

source§

impl MsgSend for GetFirstVisibleLine

§

type RetType = u32

source§

impl MsgSend for GetHandle

source§

impl MsgSend for GetImeStatus

source§

impl MsgSend for GetLimitText

§

type RetType = u32

source§

impl MsgSend for GetLineCount

§

type RetType = u32

source§

impl MsgSend for GetMargins

source§

impl MsgSend for GetModify

source§

impl MsgSend for GetPasswordChar

source§

impl MsgSend for GetThumb

§

type RetType = u32

source§

impl MsgSend for GetWordBreakProc

§

type RetType = Option<extern "system" fn(_: *mut u16, _: i32, _: i32, _: i32) -> i32>

source§

impl MsgSend for HideBalloonTip

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::em::LimitText

§

type RetType = ()

source§

impl MsgSend for LineFromChar

§

type RetType = u32

source§

impl MsgSend for LineIndex

source§

impl MsgSend for LineLength

§

type RetType = u32

source§

impl MsgSend for LineScroll

source§

impl MsgSend for PosFromChar

source§

impl MsgSend for ReplaceSel

§

type RetType = ()

source§

impl MsgSend for winsafe::msg::em::Scroll

source§

impl MsgSend for ScrollCaret

§

type RetType = ()

source§

impl MsgSend for winsafe::msg::em::SetCueBanner

Available on crate feature comctl only.
source§

impl MsgSend for SetImeStatus

source§

impl MsgSend for SetLimitText

§

type RetType = ()

source§

impl MsgSend for SetMargins

§

type RetType = ()

source§

impl MsgSend for SetModify

§

type RetType = ()

source§

impl MsgSend for SetPasswordChar

§

type RetType = ()

source§

impl MsgSend for SetReadOnly

source§

impl MsgSend for winsafe::msg::em::SetSel

§

type RetType = ()

source§

impl MsgSend for SetWordBreakProc

§

type RetType = ()

source§

impl MsgSend for winsafe::msg::em::Undo

source§

impl MsgSend for ClearFilter

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::hdm::CreateDragImage

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::hdm::DeleteItem

Available on crate feature comctl only.
source§

impl MsgSend for EditFilter

Available on crate feature comctl only.
source§

impl MsgSend for GetBitmapMargin

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for GetFocusedItem

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for winsafe::msg::hdm::GetImageList

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::hdm::GetItemCount

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::hdm::GetUnicodeFormat

Available on crate feature comctl only.
source§

impl MsgSend for OrderToIndex

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for SetBitmapMargin

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for SetFilterChangeTimeout

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for SetFocusedItem

Available on crate feature comctl only.
source§

impl MsgSend for SetHotDivider

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for winsafe::msg::hdm::SetImageList

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::hdm::SetUnicodeFormat

Available on crate feature comctl only.
source§

impl MsgSend for AddFile

source§

impl MsgSend for winsafe::msg::lb::AddString

source§

impl MsgSend for winsafe::msg::lb::DeleteString

source§

impl MsgSend for winsafe::msg::lb::Dir

source§

impl MsgSend for winsafe::msg::lb::FindString

source§

impl MsgSend for winsafe::msg::lb::FindStringExact

source§

impl MsgSend for GetAnchorIndex

§

type RetType = u32

source§

impl MsgSend for GetCaretIndex

§

type RetType = u32

source§

impl MsgSend for winsafe::msg::lb::GetCount

source§

impl MsgSend for winsafe::msg::lb::GetCurSel

source§

impl MsgSend for winsafe::msg::lb::GetHorizontalExtent

§

type RetType = u32

source§

impl MsgSend for winsafe::msg::lb::GetItemData

source§

impl MsgSend for winsafe::msg::lb::GetItemHeight

source§

impl MsgSend for GetListBoxInfo

§

type RetType = u32

source§

impl MsgSend for winsafe::msg::lb::GetLocale

source§

impl MsgSend for winsafe::msg::lb::GetSel

source§

impl MsgSend for GetSelCount

source§

impl MsgSend for GetTextLen

source§

impl MsgSend for winsafe::msg::lb::GetTopIndex

source§

impl MsgSend for winsafe::msg::lb::InitStorage

source§

impl MsgSend for winsafe::msg::lb::InsertString

source§

impl MsgSend for ItemFromPoint

§

type RetType = (i32, bool)

source§

impl MsgSend for winsafe::msg::lb::ResetContent

§

type RetType = ()

source§

impl MsgSend for SelItemRange

source§

impl MsgSend for SelItemRangeEx

source§

impl MsgSend for winsafe::msg::lb::SelectString

source§

impl MsgSend for SetAnchorIndex

source§

impl MsgSend for SetCaretIndex

source§

impl MsgSend for winsafe::msg::lb::SetColumnWidth

§

type RetType = ()

source§

impl MsgSend for SetCount

source§

impl MsgSend for winsafe::msg::lb::SetCurSel

source§

impl MsgSend for winsafe::msg::lb::SetHorizontalExtent

§

type RetType = ()

source§

impl MsgSend for winsafe::msg::lb::SetItemData

source§

impl MsgSend for winsafe::msg::lb::SetItemHeight

source§

impl MsgSend for winsafe::msg::lb::SetLocale

source§

impl MsgSend for winsafe::msg::lb::SetSel

source§

impl MsgSend for winsafe::msg::lb::SetTopIndex

source§

impl MsgSend for ApproximateViewRect

Available on crate feature comctl only.
source§

impl MsgSend for Arrange

Available on crate feature comctl only.
source§

impl MsgSend for CancelEditLabel

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for winsafe::msg::lvm::DeleteAllItems

Available on crate feature comctl only.
source§

impl MsgSend for DeleteColumn

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::lvm::DeleteItem

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::lvm::EditLabel

Available on crate feature comctl only.
source§

impl MsgSend for EnableGroupView

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::lvm::EnsureVisible

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::lvm::GetBkColor

Available on crate feature comctl only.
source§

impl MsgSend for GetCallbackMask

Available on crate feature comctl only.
source§

impl MsgSend for GetColumnWidth

Available on crate feature comctl only.
source§

impl MsgSend for GetCountPerPage

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for winsafe::msg::lvm::GetEditControl

Available on crate feature comctl only.
source§

impl MsgSend for GetExtendedListViewStyle

Available on crate feature comctl only.
source§

impl MsgSend for GetFocusedGroup

Available on crate feature comctl only.
source§

impl MsgSend for GetGroupCount

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for GetGroupState

Available on crate feature comctl only.
source§

impl MsgSend for GetHeader

Available on crate feature comctl only.
source§

impl MsgSend for GetHotCursor

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::lvm::GetHotItem

Available on crate feature comctl only.
source§

impl MsgSend for GetHoverTime

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::lvm::GetImageList

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::lvm::GetInsertMarkColor

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::lvm::GetItemCount

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for GetItemSpacing

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::lvm::GetItemState

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::lvm::GetNextItem

Available on crate feature comctl only.
source§

impl MsgSend for GetOutlineColor

Available on crate feature comctl only.
source§

impl MsgSend for GetSelectedColumn

Available on crate feature comctl only.
source§

impl MsgSend for GetSelectedCount

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for GetSelectionMark

Available on crate feature comctl only.
source§

impl MsgSend for GetStringWidth

Available on crate feature comctl only.
source§

impl MsgSend for GetTextBkColor

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::lvm::GetTextColor

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::lvm::GetTooltips

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::lvm::GetTopIndex

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for winsafe::msg::lvm::GetUnicodeFormat

Available on crate feature comctl only.
source§

impl MsgSend for GetView

Available on crate feature comctl only.
source§

impl MsgSend for HasGroup

Available on crate feature comctl only.
source§

impl MsgSend for IsGroupViewEnabled

Available on crate feature comctl only.
source§

impl MsgSend for IsItemVisible

Available on crate feature comctl only.
source§

impl MsgSend for MapIdToIndex

Available on crate feature comctl only.
source§

impl MsgSend for MapIndexToId

Available on crate feature comctl only.
source§

impl MsgSend for RedrawItems

Available on crate feature comctl only.
source§

impl MsgSend for RemoveAllGroups

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for RemoveGroup

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::lvm::Scroll

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::lvm::SetBkColor

Available on crate feature comctl only.
source§

impl MsgSend for SetCallbackMask

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::lvm::SetColumnWidth

Available on crate feature comctl only.
source§

impl MsgSend for SetExtendedListViewStyle

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::lvm::SetHotItem

Available on crate feature comctl only.
source§

impl MsgSend for SetHoverTime

Available on crate feature comctl only.
source§

impl MsgSend for SetIconSpacing

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::lvm::SetImageList

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::lvm::SetInsertMarkColor

Available on crate feature comctl only.
source§

impl MsgSend for SetItemCount

Available on crate feature comctl only.
source§

impl MsgSend for SetItemPosition32

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for SetItemPosition

Available on crate feature comctl only.
source§

impl MsgSend for SetOutlineColor

Available on crate feature comctl only.
source§

impl MsgSend for SetSelectedColumn

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for SetSelectionMark

Available on crate feature comctl only.
source§

impl MsgSend for SetTextBkColor

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::lvm::SetTextColor

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::lvm::SetUnicodeFormat

Available on crate feature comctl only.
source§

impl MsgSend for SetView

Available on crate feature comctl only.
source§

impl MsgSend for SortGroups

Available on crate feature comctl only.
source§

impl MsgSend for SortItems

Available on crate feature comctl only.
source§

impl MsgSend for SortItemsEx

Available on crate feature comctl only.
source§

impl MsgSend for Update

Available on crate feature comctl only.
source§

impl MsgSend for GetCalId

Available on crate feature comctl only.
§

type RetType = CAL

source§

impl MsgSend for GetCalendarBorder

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for GetCalendarCount

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for GetColor

Available on crate feature comctl only.
source§

impl MsgSend for GetCurrentView

Available on crate feature comctl only.
source§

impl MsgSend for GetFirstDayOfWeek

Available on crate feature comctl only.
§

type RetType = (bool, u16)

source§

impl MsgSend for GetMaxSelCount

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for GetMaxTodayWidth

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for GetMonthDelta

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for winsafe::msg::mcm::GetUnicodeFormat

Available on crate feature comctl only.
source§

impl MsgSend for SetCalId

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for SetCalendarBorder

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for SetColor

Available on crate feature comctl only.
source§

impl MsgSend for SetCurrentView

Available on crate feature comctl only.
source§

impl MsgSend for SetFirstDayOfWeek

Available on crate feature comctl only.
§

type RetType = (bool, u16)

source§

impl MsgSend for SetMaxSelCount

Available on crate feature comctl only.
source§

impl MsgSend for SetMonthDelta

Available on crate feature comctl only.
§

type RetType = u8

source§

impl MsgSend for winsafe::msg::mcm::SetUnicodeFormat

Available on crate feature comctl only.
source§

impl MsgSend for DeltaPos

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for GetBarColor

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::pbm::GetBkColor

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::pbm::GetPos

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for winsafe::msg::pbm::GetState

Available on crate feature comctl only.
source§

impl MsgSend for GetStep

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for SetBarColor

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::pbm::SetBkColor

Available on crate feature comctl only.
source§

impl MsgSend for SetMarquee

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for winsafe::msg::pbm::SetPos

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for winsafe::msg::pbm::SetRange32

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for winsafe::msg::pbm::SetRange

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::pbm::SetState

Available on crate feature comctl only.
source§

impl MsgSend for SetStep

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for StepIt

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for winsafe::msg::sb::GetIcon

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::sb::GetTextLength

Available on crate feature comctl only.
§

type RetType = (u16, SBT)

source§

impl MsgSend for winsafe::msg::sb::GetUnicodeFormat

Available on crate feature comctl only.
source§

impl MsgSend for IsSimple

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::sb::SetBkColor

Available on crate feature comctl only.
source§

impl MsgSend for SetMinHeight

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for winsafe::msg::sb::SetText

Available on crate feature comctl only.
source§

impl MsgSend for SetTipText

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for winsafe::msg::sb::SetUnicodeFormat

Available on crate feature comctl only.
source§

impl MsgSend for Simple

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for winsafe::msg::stm::GetIcon

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::stm::GetImage

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::stm::SetImage

Available on crate feature comctl only.
source§

impl MsgSend for WndMsg

source§

impl MsgSend for winsafe::msg::tbm::AddString

Available on crate feature comctl only.
source§

impl MsgSend for AutoSize

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for ButtonCount

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for ButtonStructSize

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for ChangeBitmap

Available on crate feature comctl only.
source§

impl MsgSend for CheckButton

Available on crate feature comctl only.
source§

impl MsgSend for CommandToIndex

Available on crate feature comctl only.
source§

impl MsgSend for Customize

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for DeleteButton

Available on crate feature comctl only.
source§

impl MsgSend for EnableButton

Available on crate feature comctl only.
source§

impl MsgSend for GetAnchorHighlight

Available on crate feature comctl only.
source§

impl MsgSend for GetBitmap

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for GetBitmapFlags

Available on crate feature comctl only.
source§

impl MsgSend for GetButtonSize

Available on crate feature comctl only.
source§

impl MsgSend for GetDisabledImageList

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::tbm::GetExtendedStyle

Available on crate feature comctl only.
source§

impl MsgSend for GetHotImageList

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::tbm::GetHotItem

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::tbm::GetImageList

Available on crate feature comctl only.
source§

impl MsgSend for GetImageListCount

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for winsafe::msg::tbm::GetInsertMarkColor

Available on crate feature comctl only.
source§

impl MsgSend for GetPadding

Available on crate feature comctl only.
§

type RetType = (u16, u16)

source§

impl MsgSend for GetPressedImageList

Available on crate feature comctl only.
source§

impl MsgSend for GetRows

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for winsafe::msg::tbm::GetState

Available on crate feature comctl only.
source§

impl MsgSend for GetStyle

Available on crate feature comctl only.
source§

impl MsgSend for GetTextRows

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for winsafe::msg::tbm::GetTooltips

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::tbm::GetUnicodeFormat

Available on crate feature comctl only.
source§

impl MsgSend for HideButton

Available on crate feature comctl only.
source§

impl MsgSend for Indeterminate

Available on crate feature comctl only.
source§

impl MsgSend for IsButtonChecked

Available on crate feature comctl only.
source§

impl MsgSend for IsButtonEnabled

Available on crate feature comctl only.
source§

impl MsgSend for IsButtonHidden

Available on crate feature comctl only.
source§

impl MsgSend for IsButtonHighlighted

Available on crate feature comctl only.
source§

impl MsgSend for IsButtonIndeterminate

Available on crate feature comctl only.
source§

impl MsgSend for IsButtonPressed

Available on crate feature comctl only.
source§

impl MsgSend for LoadImages

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for MarkButton

Available on crate feature comctl only.
source§

impl MsgSend for MoveButton

Available on crate feature comctl only.
source§

impl MsgSend for PressButton

Available on crate feature comctl only.
source§

impl MsgSend for SetAnchorHighlight

Available on crate feature comctl only.
source§

impl MsgSend for SetBitmapSize

Available on crate feature comctl only.
source§

impl MsgSend for SetButtonSize

Available on crate feature comctl only.
source§

impl MsgSend for SetButtonWidth

Available on crate feature comctl only.
source§

impl MsgSend for SetCmdId

Available on crate feature comctl only.
source§

impl MsgSend for SetDrawTextFlags

Available on crate feature comctl only.
§

type RetType = DT

source§

impl MsgSend for winsafe::msg::tbm::SetExtendedStyle

Available on crate feature comctl only.
source§

impl MsgSend for SetHotItem2

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::tbm::SetHotItem

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::tbm::SetImageList

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::tbm::SetIndent

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::tbm::SetInsertMarkColor

Available on crate feature comctl only.
source§

impl MsgSend for SetListGap

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for SetMaxTextRows

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::tbm::SetPadding

Available on crate feature comctl only.
§

type RetType = (u16, u16)

source§

impl MsgSend for winsafe::msg::tbm::SetState

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::tbm::SetStyle

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for winsafe::msg::tbm::SetUnicodeFormat

Available on crate feature comctl only.
source§

impl MsgSend for SetWindowTheme

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for winsafe::msg::tcm::DeleteAllItems

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::tcm::DeleteItem

Available on crate feature comctl only.
source§

impl MsgSend for DeselectAll

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for GetCurFocus

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::tcm::GetCurSel

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::tcm::GetExtendedStyle

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::tcm::GetImageList

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::tcm::GetItemCount

Available on crate feature comctl only.
source§

impl MsgSend for GetRowCount

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for winsafe::msg::tcm::GetTooltips

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::tcm::GetUnicodeFormat

Available on crate feature comctl only.
source§

impl MsgSend for HighlightItem

Available on crate feature comctl only.
source§

impl MsgSend for RemoveImage

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for SetCurFocus

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for winsafe::msg::tcm::SetCurSel

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::tcm::SetExtendedStyle

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::tcm::SetImageList

Available on crate feature comctl only.
source§

impl MsgSend for SetItemExtra

Available on crate feature comctl only.
source§

impl MsgSend for SetItemSize

Available on crate feature comctl only.
§

type RetType = (u16, u16)

source§

impl MsgSend for SetMinTabWidth

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for winsafe::msg::tcm::SetPadding

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for winsafe::msg::tcm::SetUnicodeFormat

Available on crate feature comctl only.
source§

impl MsgSend for ClearSel

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for ClearTics

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for winsafe::msg::trbm::GetBuddy

Available on crate feature comctl only.
source§

impl MsgSend for GetLineSize

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for GetNumTics

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for GetPageSize

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for winsafe::msg::trbm::GetPos

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for GetRangeMax

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for GetRangeMin

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for GetSelEnd

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for GetSelStart

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for GetThumbLength

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for GetTic

Available on crate feature comctl only.
source§

impl MsgSend for GetTicPos

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::trbm::GetTooltips

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::trbm::GetUnicodeFormat

Available on crate feature comctl only.
source§

impl MsgSend for SetLineSize

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for SetPageSize

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for winsafe::msg::trbm::SetPos

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for SetPosNotify

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for winsafe::msg::trbm::SetRange

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for SetRangeMax

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for SetRangeMin

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for winsafe::msg::trbm::SetSel

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for SetSelEnd

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for SetSelStart

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for SetThumbLength

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for SetTic

Available on crate feature comctl only.
source§

impl MsgSend for SetTicFreq

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for SetTipSide

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::trbm::SetUnicodeFormat

Available on crate feature comctl only.
source§

impl MsgSend for EndEditLabelNow

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::tvm::GetBkColor

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::tvm::GetCount

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for winsafe::msg::tvm::GetEditControl

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::tvm::GetExtendedStyle

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::tvm::GetImageList

Available on crate feature comctl only.
source§

impl MsgSend for GetIndent

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for winsafe::msg::tvm::GetInsertMarkColor

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::tvm::GetItemHeight

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for GetLineColor

Available on crate feature comctl only.
source§

impl MsgSend for GetScrollTime

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for winsafe::msg::tvm::GetTextColor

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::tvm::GetTooltips

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::tvm::GetUnicodeFormat

Available on crate feature comctl only.
source§

impl MsgSend for GetVisibleCount

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for MapAccIdToHtreeitem

Available on crate feature comctl only.
source§

impl MsgSend for SetAutoScrollInfo

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for winsafe::msg::tvm::SetBkColor

Available on crate feature comctl only.
source§

impl MsgSend for SetBorder

Available on crate feature comctl only.
§

type RetType = (u16, u16)

source§

impl MsgSend for winsafe::msg::tvm::SetExtendedStyle

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::tvm::SetImageList

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::tvm::SetIndent

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for winsafe::msg::tvm::SetInsertMarkColor

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::tvm::SetItemHeight

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for SetLineColor

Available on crate feature comctl only.
source§

impl MsgSend for SetScrollTime

Available on crate feature comctl only.
§

type RetType = u32

source§

impl MsgSend for winsafe::msg::tvm::SetTextColor

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::tvm::SetUnicodeFormat

Available on crate feature comctl only.
source§

impl MsgSend for SortChildren

Available on crate feature comctl only.
source§

impl MsgSend for GetBase

Available on crate feature comctl only.
§

type RetType = u8

source§

impl MsgSend for winsafe::msg::udm::GetBuddy

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::udm::GetPos

Available on crate feature comctl only.
source§

impl MsgSend for winsafe::msg::udm::GetRange

Available on crate feature comctl only.
§

type RetType = (i16, i16)

source§

impl MsgSend for winsafe::msg::udm::GetUnicodeFormat

Available on crate feature comctl only.
source§

impl MsgSend for SetBase

Available on crate feature comctl only.
source§

impl MsgSend for SetPos32

Available on crate feature comctl only.
§

type RetType = i32

source§

impl MsgSend for winsafe::msg::udm::SetPos

Available on crate feature comctl only.
§

type RetType = i16

source§

impl MsgSend for winsafe::msg::udm::SetRange32

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for winsafe::msg::udm::SetRange

Available on crate feature comctl only.
§

type RetType = ()

source§

impl MsgSend for winsafe::msg::udm::SetUnicodeFormat

Available on crate feature comctl only.
source§

impl MsgSend for Activate

§

type RetType = ()

source§

impl MsgSend for ActivateApp

§

type RetType = ()

source§

impl MsgSend for AppCommand

§

type RetType = ()

source§

impl MsgSend for CancelMode

§

type RetType = ()

source§

impl MsgSend for CaptureChanged

§

type RetType = ()

source§

impl MsgSend for Char

§

type RetType = ()

source§

impl MsgSend for ChildActivate

§

type RetType = ()

source§

impl MsgSend for Close

§

type RetType = ()

source§

impl MsgSend for Command

§

type RetType = ()

source§

impl MsgSend for ContextMenu

§

type RetType = ()

source§

impl MsgSend for CtlColorBtn

Available on crate feature gdi only.
source§

impl MsgSend for CtlColorDlg

Available on crate feature gdi only.
source§

impl MsgSend for CtlColorEdit

Available on crate feature gdi only.
source§

impl MsgSend for CtlColorListBox

Available on crate feature gdi only.
source§

impl MsgSend for CtlColorScrollBar

Available on crate feature gdi only.
source§

impl MsgSend for CtlColorStatic

Available on crate feature gdi only.
source§

impl MsgSend for DeadChar

Available on crate feature gdi only.
§

type RetType = ()

source§

impl MsgSend for Destroy

§

type RetType = ()

source§

impl MsgSend for DisplayChange

Available on crate feature gdi only.
§

type RetType = ()

source§

impl MsgSend for DropFiles

Available on crate feature shell only.
§

type RetType = ()

source§

impl MsgSend for Enable

§

type RetType = ()

source§

impl MsgSend for EndSession

§

type RetType = ()

source§

impl MsgSend for EnterIdle

§

type RetType = ()

source§

impl MsgSend for EnterMenuLoop

§

type RetType = ()

source§

impl MsgSend for EnterSizeMove

§

type RetType = ()

source§

impl MsgSend for EraseBkgnd

§

type RetType = i32

source§

impl MsgSend for ExitMenuLoop

§

type RetType = ()

source§

impl MsgSend for ExitSizeMove

§

type RetType = ()

source§

impl MsgSend for GetFont

Available on crate feature gdi only.
source§

impl MsgSend for GetHMenu

source§

impl MsgSend for GetHotKey

Available on crate features comctl and shell only.
§

type RetType = (VK, HOTKEYF)

source§

impl MsgSend for winsafe::msg::wm::GetTextLength

§

type RetType = u32

source§

impl MsgSend for HScroll

§

type RetType = ()

source§

impl MsgSend for InitDialog

source§

impl MsgSend for InitMenuPopup

§

type RetType = ()

source§

impl MsgSend for KeyDown

§

type RetType = ()

source§

impl MsgSend for KeyUp

§

type RetType = ()

source§

impl MsgSend for KillFocus

§

type RetType = ()

source§

impl MsgSend for LButtonDblClk

§

type RetType = ()

source§

impl MsgSend for LButtonDown

§

type RetType = ()

source§

impl MsgSend for LButtonUp

§

type RetType = ()

source§

impl MsgSend for MButtonDblClk

§

type RetType = ()

source§

impl MsgSend for MButtonDown

§

type RetType = ()

source§

impl MsgSend for MButtonUp

§

type RetType = ()

source§

impl MsgSend for MenuCommand

§

type RetType = ()

source§

impl MsgSend for MenuDrag

§

type RetType = MND

source§

impl MsgSend for MenuRButtonUp

§

type RetType = ()

source§

impl MsgSend for MouseHover

§

type RetType = ()

source§

impl MsgSend for MouseLeave

§

type RetType = ()

source§

impl MsgSend for MouseMove

§

type RetType = ()

source§

impl MsgSend for Move

§

type RetType = ()

source§

impl MsgSend for NcDestroy

§

type RetType = ()

source§

impl MsgSend for NcHitTest

§

type RetType = HT

source§

impl MsgSend for NcPaint

Available on crate feature gdi only.
§

type RetType = ()

source§

impl MsgSend for NextDlgCtl

§

type RetType = ()

source§

impl MsgSend for Null

§

type RetType = ()

source§

impl MsgSend for Paint

Available on crate feature gdi only.
§

type RetType = ()

source§

impl MsgSend for ParentNotify

§

type RetType = ()

source§

impl MsgSend for QueryOpen

source§

impl MsgSend for RButtonDblClk

§

type RetType = ()

source§

impl MsgSend for RButtonDown

§

type RetType = ()

source§

impl MsgSend for RButtonUp

§

type RetType = ()

source§

impl MsgSend for SetCursor

source§

impl MsgSend for SetFocus

§

type RetType = ()

source§

impl MsgSend for SetFont

Available on crate feature gdi only.
§

type RetType = ()

source§

impl MsgSend for SetHotKey

Available on crate features comctl and shell only.
§

type RetType = ()

source§

impl MsgSend for winsafe::msg::wm::SetIcon

source§

impl MsgSend for SetRedraw

Available on crate feature gdi only.
§

type RetType = ()

source§

impl MsgSend for winsafe::msg::wm::SetText

source§

impl MsgSend for ShowWindow

§

type RetType = ()

source§

impl MsgSend for Size

§

type RetType = ()

source§

impl MsgSend for SyncPaint

Available on crate feature gdi only.
§

type RetType = ()

source§

impl MsgSend for SysChar

§

type RetType = ()

source§

impl MsgSend for SysCommand

§

type RetType = ()

source§

impl MsgSend for SysDeadChar

§

type RetType = ()

source§

impl MsgSend for SysKeyDown

§

type RetType = ()

source§

impl MsgSend for SysKeyUp

§

type RetType = ()

source§

impl MsgSend for ThemeChanged

§

type RetType = ()

source§

impl MsgSend for Timer

§

type RetType = ()

source§

impl MsgSend for winsafe::msg::wm::Undo

source§

impl MsgSend for UninitMenuPopup

§

type RetType = ()

source§

impl MsgSend for VScroll

§

type RetType = ()

source§

impl MsgSend for WtsSessionChange

§

type RetType = ()

source§

impl MsgSend for XButtonDblClk

§

type RetType = ()

source§

impl MsgSend for XButtonDown

§

type RetType = ()

source§

impl MsgSend for XButtonUp

§

type RetType = ()

source§

impl<'a> MsgSend for winsafe::msg::bm::GetIdealSize<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::bm::GetImageList<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetNote<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetSplitInfo<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetTextMargin<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::bm::SetImageList<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for SetSplitInfo<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for SetTextMargin<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetComboBoxInfo<'a>

source§

impl<'a> MsgSend for winsafe::msg::cb::GetCueBanner<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetDroppedControlRect<'a>

source§

impl<'a> MsgSend for GetLbText<'a>

source§

impl<'a> MsgSend for GetDateTimePickerInfo<'a>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a> MsgSend for winsafe::msg::dtm::GetIdealSize<'a>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a> MsgSend for winsafe::msg::dtm::GetRange<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetSystemTime<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for SetMcFont<'a>

Available on crate features comctl and gdi only.
§

type RetType = ()

source§

impl<'a> MsgSend for winsafe::msg::dtm::SetRange<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for SetSystemTime<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::em::GetCueBanner<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetLine<'a>

source§

impl<'a> MsgSend for winsafe::msg::em::GetRect<'a>

source§

impl<'a> MsgSend for SetHandle<'a>

§

type RetType = ()

source§

impl<'a> MsgSend for SetRect<'a>

§

type RetType = ()

source§

impl<'a> MsgSend for SetRectNp<'a>

§

type RetType = ()

source§

impl<'a> MsgSend for winsafe::msg::em::SetTabStops<'a>

source§

impl<'a> MsgSend for GetItemDropDownRect<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::hdm::GetItemRect<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetOrderArray<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetOverflowRect<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::hdm::HitTest<'a>

Available on crate feature comctl only.
§

type RetType = u32

source§

impl<'a> MsgSend for SetOrderArray<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::lb::GetItemRect<'a>

source§

impl<'a> MsgSend for GetSelItems<'a>

source§

impl<'a> MsgSend for winsafe::msg::lb::GetText<'a>

source§

impl<'a> MsgSend for winsafe::msg::lb::SetTabStops<'a>

source§

impl<'a> MsgSend for winsafe::msg::lvm::CreateDragImage<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetColumnOrderArray<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetEmptyText<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetFooterItemRect<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetFooterRect<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetGroupMetrics<'a>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a> MsgSend for GetGroupRect<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::lvm::GetISearchString<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::lvm::GetInsertMark<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetInsertMarkRect<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetItemPosition<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::lvm::GetItemRect<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetNextItemIndex<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetNumberOfWorkAreas<'a>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a> MsgSend for GetOrigin<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetSubItemRect<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetTileViewInfo<'a>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a> MsgSend for GetViewRect<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetWorkAreas<'a>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a> MsgSend for winsafe::msg::lvm::HitTest<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for SetColumnOrderArray<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for SetGroupMetrics<'a>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a> MsgSend for SetHotCursor<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::lvm::SetInsertMark<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for SetTileViewInfo<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::lvm::SetTooltips<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for SetWorkAreas<'a>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a> MsgSend for SubItemHitTest<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::mcm::GetCurSel<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetMinReqRect<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetMonthRange<'a>

Available on crate feature comctl only.
§

type RetType = u32

source§

impl<'a> MsgSend for winsafe::msg::mcm::GetRange<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetSelRange<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetToday<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::mcm::HitTest<'a>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a> MsgSend for winsafe::msg::mcm::SetCurSel<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for SetDayState<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::mcm::SetRange<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for SetSelRange<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for SetToday<'a>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a> MsgSend for SizeRectToMin<'a>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a> MsgSend for winsafe::msg::pbm::GetRange<'a>

Available on crate feature comctl only.
§

type RetType = i32

source§

impl<'a> MsgSend for GetBorders<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetParts<'a>

Available on crate feature comctl only.
§

type RetType = u8

source§

impl<'a> MsgSend for winsafe::msg::sb::GetRect<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::sb::GetText<'a>

Available on crate feature comctl only.
§

type RetType = (u16, SBT)

source§

impl<'a> MsgSend for GetTipText<'a>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a> MsgSend for winsafe::msg::sb::SetIcon<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for SetParts<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::stm::SetIcon<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for AddBitmap<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetButtonText<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetColorScheme<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::tbm::GetIdealSize<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::tbm::GetInsertMark<'a>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a> MsgSend for GetItemDropdownRect<'a>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a> MsgSend for winsafe::msg::tbm::GetItemRect<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetMaxSize<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetMetrics<'a>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a> MsgSend for GetObject<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::tbm::GetRect<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetString<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::tbm::HitTest<'a>

Available on crate feature comctl only.
§

type RetType = i32

source§

impl<'a> MsgSend for MapAccelerator<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for ReplaceBitmap<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for SetColorScheme<'a>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a> MsgSend for SetDisabledImageList<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for SetHotImageList<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::tbm::SetInsertMark<'a>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a> MsgSend for SetMetrics<'a>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a> MsgSend for SetParent<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for SetPressedImageList<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for SetRows<'a>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a> MsgSend for winsafe::msg::tbm::SetTooltips<'a>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a> MsgSend for AdjustRect<'a>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a> MsgSend for winsafe::msg::tcm::GetItemRect<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::tcm::HitTest<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::tcm::SetTooltips<'a>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a> MsgSend for GetChannelRect<'a>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a> MsgSend for GetThumbRect<'a>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a> MsgSend for winsafe::msg::trbm::SetBuddy<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::trbm::SetTooltips<'a>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a> MsgSend for winsafe::msg::tvm::CreateDragImage<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::tvm::DeleteItem<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::tvm::EditLabel<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::tvm::EnsureVisible<'a>

Available on crate feature comctl only.
§

type RetType = u32

source§

impl<'a> MsgSend for Expand<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::tvm::GetISearchString<'a>

Available on crate feature comctl only.
§

type RetType = u32

source§

impl<'a> MsgSend for winsafe::msg::tvm::GetItemRect<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::tvm::GetItemState<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::tvm::GetNextItem<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::tvm::HitTest<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for MapHtreeitemToAccId<'a>

Available on crate feature comctl only.
§

type RetType = u32

source§

impl<'a> MsgSend for SelectItem<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for SetHot<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::tvm::SetInsertMark<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::tvm::SetTooltips<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for ShowInfoTip<'a>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a> MsgSend for SortChildrenCb<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for GetAccel<'a>

Available on crate feature comctl only.
§

type RetType = u32

source§

impl<'a> MsgSend for GetPos32<'a>

Available on crate feature comctl only.
§

type RetType = i32

source§

impl<'a> MsgSend for SetAccel<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::udm::SetBuddy<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for winsafe::msg::wm::DeleteItem<'a>

§

type RetType = ()

source§

impl<'a> MsgSend for DeviceChange<'a>

§

type RetType = ()

source§

impl<'a> MsgSend for GetDlgCode<'a>

source§

impl<'a> MsgSend for GetMinMaxInfo<'a>

§

type RetType = ()

source§

impl<'a> MsgSend for winsafe::msg::wm::GetText<'a>

§

type RetType = u32

source§

impl<'a> MsgSend for GetTitleBarInfoEx<'a>

§

type RetType = ()

source§

impl<'a> MsgSend for Help<'a>

§

type RetType = ()

source§

impl<'a> MsgSend for Moving<'a>

§

type RetType = ()

source§

impl<'a> MsgSend for Notify<'a>

Available on crate feature comctl only.
source§

impl<'a> MsgSend for PowerBroadcast<'a>

§

type RetType = ()

source§

impl<'a> MsgSend for Sizing<'a>

§

type RetType = ()

source§

impl<'a> MsgSend for StyleChanged<'a>

§

type RetType = ()

source§

impl<'a> MsgSend for StyleChanging<'a>

§

type RetType = ()

source§

impl<'a> MsgSend for WindowPosChanged<'a>

§

type RetType = ()

source§

impl<'a> MsgSend for WindowPosChanging<'a>

§

type RetType = ()

source§

impl<'a, 'b> MsgSend for winsafe::msg::em::GetSel<'a, 'b>

§

type RetType = ()

source§

impl<'a, 'b> MsgSend for winsafe::msg::hdm::GetItem<'a, 'b>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a, 'b> MsgSend for winsafe::msg::hdm::InsertItem<'a, 'b>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for winsafe::msg::hdm::SetItem<'a, 'b>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a, 'b> MsgSend for FindItem<'a, 'b>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for GetBkImage<'a, 'b>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for GetColumn<'a, 'b>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for GetFooterInfo<'a, 'b>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a, 'b> MsgSend for GetFooterItem<'a, 'b>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for winsafe::msg::lvm::GetItem<'a, 'b>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for GetItemIndexRect<'a, 'b>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for GetItemText<'a, 'b>

Available on crate feature comctl only.
§

type RetType = u32

source§

impl<'a, 'b> MsgSend for GetTileInfo<'a, 'b>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a, 'b> MsgSend for InsertColumn<'a, 'b>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for winsafe::msg::lvm::InsertItem<'a, 'b>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for winsafe::msg::lvm::InsertMarkHitTest<'a>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for SetBkImage<'a, 'b>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for SetColumn<'a, 'b>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for SetInfoTip<'a, 'b>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for winsafe::msg::lvm::SetItem<'a, 'b>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for SetItemState<'a, 'b>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for SetItemText<'a, 'b>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for SetTileInfo<'a, 'b>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for GetCalendarGridInfo<'a, 'b>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for AddButtons<'a, 'b>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for GetButton<'a, 'b>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for GetButtonInfo<'a, 'b>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for InsertButton<'a, 'b>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for winsafe::msg::tbm::InsertMarkHitTest<'a, 'b>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for SaveRestore<'a, 'b>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a, 'b> MsgSend for SetButtonInfo<'a, 'b>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for winsafe::msg::tcm::GetItem<'a, 'b>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for winsafe::msg::tcm::InsertItem<'a, 'b>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for winsafe::msg::tcm::SetItem<'a, 'b>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for winsafe::msg::tvm::GetItem<'a, 'b>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for winsafe::msg::tvm::InsertItem<'a, 'b>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for winsafe::msg::tvm::SetItem<'a, 'b>

Available on crate feature comctl only.
source§

impl<'a, 'b> MsgSend for GetRange32<'a, 'b>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a, 'b> MsgSend for NcCalcSize<'a, 'b>

§

type RetType = WVR

source§

impl<'a, 'b, 'c> MsgSend for ShowBalloonTip<'a, 'b, 'c>

Available on crate feature comctl only.
source§

impl<'a, 'b, 'c> MsgSend for Layout<'a, 'b, 'c>

Available on crate feature comctl only.
source§

impl<'a, 'b, 'c> MsgSend for SetItemIndexState<'a, 'b, 'c>

Available on crate feature comctl only.
source§

impl<'a, 'b, 'c> MsgSend for Create<'a, 'b, 'c>

§

type RetType = i32

source§

impl<'a, 'b, 'c> MsgSend for NcCreate<'a, 'b, 'c>

source§

impl<'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h> MsgSend for GetGroupInfo<'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h>

Available on crate feature comctl only.
source§

impl<'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h> MsgSend for GetGroupInfoByIndex<'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h>

Available on crate feature comctl only.
source§

impl<'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h> MsgSend for InsertGroup<'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h>

Available on crate feature comctl only.
source§

impl<'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h> MsgSend for InsertGroupSorted<'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h>

Available on crate feature comctl only.
§

type RetType = ()

source§

impl<'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h> MsgSend for SetGroupInfo<'a, 'b, 'c, 'd, 'e, 'f, 'g, 'h>

Available on crate feature comctl only.