Jump to content

VIOSIZECOUNT

From EDM2
Revision as of 18:03, 8 February 2020 by Martini (talk | contribs) (Created page with "Count of VIO cell sizes. See DevEscape. ==Example Code== <PRE> typedef struct _VIOSIZECOUNT { LONG maxcount; Maximum number of VIO cell sizes supported.: L...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Count of VIO cell sizes. See DevEscape.

Example Code

typedef struct _VIOSIZECOUNT {
  LONG     maxcount;  /*  Maximum number of VIO cell sizes supported. */
  LONG     count;     /*  Number of VIO cell sizes returned. */
} VIOSIZECOUNT;

typedef VIOSIZECOUNT *PVIOSIZECOUNT;