Jump to content

NOTIFYSCROLL: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 April 2025

  • curprev 00:3500:35, 21 April 2025 Martini talk contribs 506 bytes +506 Created page with "Structure that contains information about scrolling a container control window. This structure is used in the CN_SCROLL container notification code only. == Type == struct == C Declaration Method == typedef == Example Code == <pre> typedef struct _NOTIFYSCROLL { HWND hwndCnr; Container control handle.: LONG lScrollInc; Scroll amount.: ULONG fScroll; Scroll flags.: } NOTIFYSCROLL; typedef NOTIFYSCROLL * PNOTIFYSCROLL..."