Jump to content

VIOSIZECOUNT: Difference between revisions

From EDM2
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..."
(No difference)

Revision as of 18:03, 8 February 2020

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;