EasyManua.ls Logo

Intel 82830M GMCH - Page 36

Intel 82830M GMCH
53 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
36 Intel® Digital Set Top Box Display Driver
User’s Guide for Microsoft* Windows* CE 5.0
7.1.1.7 ICEGD_ESCAPE_GET_MEM_STATS
Input Data Structure Output Data Structure Notes
N/A esc_mem_stats_t
Description
This escape code is used to get memory statistics.
Output Data Structure Definition
Please refer to igd_public.h for details about data structure esc_mem_stats_t.
Example
esc_mem_stats_t stats;
memset(&stats, 0, sizeof(esc_mem_stats_t));
ExtEscape(
Hdc,
ICEGD_ESCAPE_GET_MEM_STATS,
0,
NULL,
sizeof(esc_mem_stats_t),
(LPSTR) & stats);