NAME

SHPropagateMessage  (SHLWAPI.178)

SYNOPSIS

 void SHPropagateMessage
 (
  HWND   hWnd,
  UINT   uiMsgId,
  WPARAM wParam,
  LPARAM lParam,
  BOOL   bSend
 )

DESCRIPTION

Send or post a message to every child of a window.

PARAMS

hWnd [In] Window whose children will get the messages.
uiMsgId [In] Message Id.
wParam [In] WPARAM of message.
lParam [In] LPARAM of message.
bSend [In] TRUE = Use SendMessageA, FALSE = Use PostMessageA.

RETURNS

Nothing.

NOTES

The appropriate ANSI or Unicode function is called for the window.

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.

Implemented in "dlls/shlwapi/ordinal.c". https://source.winehq.org/source/dlls/shlwapi/ordinal.c

Debug channel "shell".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.