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..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
Count of VIO cell sizes. See [[DevEscape]]. | Count of VIO cell sizes. See [[DevEscape]]. | ||
<PRE> | <PRE> | ||
typedef struct _VIOSIZECOUNT { | typedef struct _VIOSIZECOUNT { | ||
Line 10: | Line 10: | ||
</PRE> | </PRE> | ||
[[Category:Data type]] | [[Category:PM Data type]] |
Latest revision as of 05:50, 21 February 2020
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;