Jump to content

VIOSIZECOUNT

From EDM2
Revision as of 05:50, 21 February 2020 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Count of VIO cell sizes. See DevEscape.

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

typedef VIOSIZECOUNT *PVIOSIZECOUNT;