name="google_ads_frame" marginwidth="0" marginheight="0" src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-5572165936844014&dt=1193665761703&lmt=1193665780&format=336x280_as&output=html&correlator=1193665761687&url=http%3A%2F%2Fwww.codeguru.cn%2Fpublic%2Fiframe%2Fwinapiiframe.htm&color_bg=FFFFFF&color_text=000000&color_link=000000&color_url=FFFFFF&color_border=FFFFFF&ad_type=text&ga_vid=1285758818.1193665762&ga_sid=1193665762&ga_hid=111695597&flash=9&u_h=768&u_w=1024&u_ah=740&u_aw=1024&u_cd=32&u_tz=480&u_his=8&u_java=true" frameborder="0" width="336" scrolling="no" height="280" allowtransparency="allowtransparency"> 函数功能:该函数返回一个颜色值,该值和系统调色板的一个颜色相一致,当使用一个特定的颜色值时,该颜色被显示。
函数原型:COLORREF GetNearColor (HDC hdc, COLORREF crColor);
参数:
hdc:设备环境句柄。
crColor:定义一个与请求颜色相一致的颜色值。
返回值:如果函数执行成功,返回值与系统调色板中的一种颜色相一致;如果失败,返回值是CLR_INVALID。
Windows NT:若想获得更多错误信息,请调用GelLastError函数。
Windows CE:GetNearestcolor函数从选定的设备环境中返回的一种颜色和一个指定的颜色非常匹配。
速查:Windows NT:3.1及以上版本;Windows:95及以上版本;Windows CE:1.0及以上版本;头文件:wingdi.h;库文件:gdi32.lib。
函数原型:COLORREF GetNearColor (HDC hdc, COLORREF crColor);
参数:
hdc:设备环境句柄。
crColor:定义一个与请求颜色相一致的颜色值。
返回值:如果函数执行成功,返回值与系统调色板中的一种颜色相一致;如果失败,返回值是CLR_INVALID。
Windows NT:若想获得更多错误信息,请调用GelLastError函数。
Windows CE:GetNearestcolor函数从选定的设备环境中返回的一种颜色和一个指定的颜色非常匹配。
速查:Windows NT:3.1及以上版本;Windows:95及以上版本;Windows CE:1.0及以上版本;头文件:wingdi.h;库文件:gdi32.lib。
本文介绍了GetNearestColor函数的功能及其使用方法。该函数能够返回一个与系统调色板颜色相一致的颜色值,适用于设备环境句柄(hdc)。文章详细解释了函数参数及返回值,并提供了适用的操作系统版本信息。
1007

被折叠的 条评论
为什么被折叠?



