会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
PixelSurface
博客园
首页
新随笔
联系
订阅
管理
2020年2月1日
C语言 Win32 获取显示设备信息
摘要: 函数 BOOL EnumDisplayDevicesA( LPCSTR lpDevice, DWORD iDevNum, PDISPLAY_DEVICEA lpDisplayDevice, DWORD dwFlags ); 用于枚举显示设备信息。当lpDevice = NULL时,枚举视频卡(Dis
阅读全文
posted @ 2020-02-01 19:38 PixelSurface
阅读(885)
评论(0)
推荐(0)
2019年10月19日
DirectX9完全面向对象框架
摘要: 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)
公告