BIND_OPTS 结构

定义

注意

Use System.Runtime.InteropServices.ComTypes.BIND_OPTS instead. http://go.microsoft.com/fwlink/?linkid=14202

改用 BIND_OPTS

public value class BIND_OPTS
[System.Runtime.InteropServices.ComVisible(false)]
public struct BIND_OPTS
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.BIND_OPTS instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct BIND_OPTS
[<System.Runtime.InteropServices.ComVisible(false)>]
type BIND_OPTS = struct
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.BIND_OPTS instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type BIND_OPTS = struct
Public Structure BIND_OPTS
继承
BIND_OPTS
属性

注解

有关详细信息,请参阅 MSDN 库 com 子文件夹中的现有文档 BIND_OPTS

字段

名称 说明
cbStruct
已过时.

指定结构的大小 BIND_OPTS (以字节为单位)。

dwTickCountDeadline
已过时.

指示为完成绑定操作指定的调用方所返回 GetTickCount 的时间(时钟时间(以毫秒为单位)。

grfFlags
已过时.

控制名字对象绑定作的各个方面。

grfMode
已过时.

打开包含名字对象标识的对象时应使用的标志。

适用于