函数简介:
获取屏幕的色深
函数原型:long GetScreenDepth()
参数定义:
返回值:
整形数:返回系统颜色深度.(16或者32等)
示例:
str.Format("%d", g_lw->GetScreenDepth());