摘要: 函数 BOOL EnumDisplayDevicesA( LPCSTR lpDevice, DWORD iDevNum, PDISPLAY_DEVICEA lpDisplayDevice, DWORD dwFlags ); 用于枚举显示设备信息。当lpDevice = NULL时,枚举视频卡(Dis 阅读全文
posted @ 2020-02-01 19:38 PixelSurface 阅读(885) 评论(0) 推荐(0)
摘要: 1 #pragma once 2 #define UNICODE 3 //Direct3D lib 4 #include<d3d9.h> 5 #include<d3dx9.h> 6 #pragma comment(lib, "d3d9.lib") 7 #pragma comment(lib, "d3 阅读全文
posted @ 2019-10-19 12:39 PixelSurface 阅读(323) 评论(0) 推荐(0)