BSTR

常用释义

词性释义

例句
  • 全部
转换为以null引用终止的字符串或转换为BSTR。
分配BSTR并向其复制托管String的内容。
具有预设长度和Unicode字符的COM样式的BSTR。
具有预设长度并包含ANSI字符的COM样式BSTR。
The address of the BSTR to be freed.
要释放的BSTR的地址。
Demonstrates how to add a COM string (BSTR) to a database and how to marshal a System. String from a database to a BSTR.
说明如何将COM字符串(BSTR)添加到数据库,以及如何将System.String从数据库封送到BSTR。
下面的示例演示如何将BSTR从非托管函数传递到托管函数。
由于控件是使用自动化实现的,传递的类型只能为自动化安全类型,如BSTR和VARIANT。
Converts to a string terminating in a null reference (Nothing in Visual Basic) or to a BSTR.
转换为以空引用(在VisualBasic中为Nothing)终止的字符串或转换为BSTR。
例如,托管的字符串字段可能会在导出到COM时转换为BSTR参数。