Public Declaration CallWindowProc

CopyMemory (RtlMoveMemory) moves memory either forward or backward, _ aligned or unaligned, in 4-byte blocks, followed by any remaining bytes.

Library

user32

Alias

CallWindowProcA

Type Return

A Long Value

Syntax

CallWindowProc ( lpPrevWndFunc, hwnd, Msg, wParam, lParam)

The CallWindowProc  Declaration syntax has these parts:

Part Description
lpPrevWndFuncRequired. A Long Value.
hwndRequired. A Long Value.
MsgRequired. A Long Value.
wParamRequired. A Long Value.
lParamRequired. A Long Value.

Remarks

The (Source + Length) can overlap the Destination range passed in to CopyMemory (RtlMoveMemory).