我想有一个win api电话来获取这些信息,但我找不到任何东西.
HDC dc = GetDC(NULL); int bitsPerPixel = GetDeviceCaps(dc,BITSPIXEL); ReleaseDC(NULL,dc);