Jump to content

Main public logs

Combined display of all available logs of EDM2. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 00:35, 21 April 2025 Martini talk contribs created page NOTIFYSCROLL (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...")