码迷,mamicode.com
首页 > 其他好文 > 详细

crm2013关于contentIFrame不能使用

时间:2014-05-12 15:12:06      阅读:242      评论:0      收藏:0      [点我收藏+]

标签:tar   c   http   int   get   com   

函数功能:该函数将一个字符串转为字形下标的数组。此函数可用来确定一种字体里是否存在某个字形

控制台下代码:

#include "stdafx.h"
#include <windows.h>
#include"stdio.h"
void main()
{
 char ch[] = {‘0‘};
 WORD chnl[20] = {0};
 HDC hdc; 
 hdc = GetWindowDC(0);
 int n = GetGlyphIndicesA(hdc,ch,1,chnl,0X0001);

///或者#define GS_8BIT_INDICES     0x00000001

//#define GGI_MARK_NONEXISTING_GLYPHS  0X0001


 system("pause");
}

返回值:如果函数调用成功,返回转换的字符数;如果函数调用失败,返回值是GDI_ERROR。

crm2013关于contentIFrame不能使用,布布扣,bubuko.com

crm2013关于contentIFrame不能使用

标签:tar   c   http   int   get   com   

原文地址:http://blog.csdn.net/y_f123/article/details/25459719

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!