Intel 82854 GMCH Satellite TV System User Manual


 
46 Intel® Digital Set Top Box Display Driver
User’s Guide for Microsoft* Windows* CE 5.0
7.1.1.16 ICEGD_ESCAPE_DRIVER_VERSION
Input Data Structure Output Data Structure Notes
N/A esc_driver_version_t
Description
This escape code is used to get the driver version.
Input Data Structure Definition
Please refer to icegd_public_escape.h for details about esc_driver_version_t;
Example
esc_driver_version_t driver_version;
memset(&driver_version, 0, sizeof(esc_driver_version_t));
ExtEscape(
Hdc,
ICEGD_ESCAPE_DRIVER_VERSION,
0,
NULL,
sizeof(esc_driver_version_t),
(LPSTR) &driver_version);