Jump to content

VIOSIZECOUNT

From EDM2

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;