EasyManua.ls Logo

Intel 82830M GMCH - Page 46

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...
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);