SHPropagateMessage(3w)
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(3w), FALSE = Use PostMessageA(3w).
RETURNS
Nothing.
NOTES
The appropriate ASCII or Unicode function is called for the window.
IMPLEMENTATION
Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to
the function.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/ordinal.c".
- Debug channel "shell".