Jump to content

LBOXINFO

From EDM2
Revision as of 04:14, 23 February 2020 by Ak120 (talk | contribs) (Created page with "List box typedef struct _LBOXINFO { LONG lItemIndex; // item index ULONG ulItemCount; // item count ULONG reserved; // reser...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

List box

typedef struct _LBOXINFO {
  LONG        lItemIndex;        // item index
  ULONG       ulItemCount;       // item count
  ULONG       reserved;          // reserved - must be zero
  ULONG       reserved2;         // reserved - must be zero
} LBOXINFO, *PLBOXINFO