VIOSIZECOUNT: Difference between revisions
Appearance
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 17: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;