网上收刮来的代码,在这里做个记录。 // display.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "display.h" #include <commctrl.h> #include <aygshell.h> #include <sipapi.h> #include <wingdi.h> // GDI Escapes for ExtEscape() #define QUERYESCSUPPORT 8 // The following are unique to CE #define GETVFRAMEPHYSICAL 6144 #define GETVFRAMELEN 6145 #define DBGDRIVERSTAT 6146 #define SETPOWERMANAGEMENT 6147 #define GETPOWERMANAGEMENT 6148 相关文章: