TextTipData.GetTipFontInfo(Int32, UInt32[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回工具提示窗口的字体。
public:
virtual int GetTipFontInfo(int iChars, cli::array <System::UInt32> ^ pdwFontInfo);
public:
virtual int GetTipFontInfo(int iChars, Platform::Array <unsigned int> ^ pdwFontInfo);
virtual int GetTipFontInfo(int iChars, std::Array <unsigned int> const & pdwFontInfo);
public virtual int GetTipFontInfo (int iChars, uint[] pdwFontInfo);
abstract member GetTipFontInfo : int * uint32[] -> int
override this.GetTipFontInfo : int * uint32[] -> int
Public Overridable Function GetTipFontInfo (iChars As Integer, pdwFontInfo As UInteger()) As Integer
参数
- iChars
- Int32
要考虑的字符数。
- pdwFontInfo
- UInt32[]
指向描述字体的结构的指针。
返回
返回 E_NOTIMPL。
实现
注解
未实现。