BIND_OPTS 結構

定義

警告

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

警告

此 API 現已淘汰。

請改用 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.Obsolete]
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
[<System.Obsolete>]
type BIND_OPTS = struct
Public Structure BIND_OPTS
繼承
BIND_OPTS
屬性

備註

如需詳細資訊,請參閱 BIND_OPTS MSDN library 的 com 子資料夾中的現有檔。

欄位

cbStruct

指定 BIND_OPTS 結構的大小,以位元組為單位。

dwTickCountDeadline

指示呼叫端所指定完成繫結作業的時間量 (以毫秒為單位的時間,例如由 GetTickCount 函式所傳回的)。

grfFlags

控制 Moniker 繫結作業的各個層面。

grfMode

開啟含有由 Moniker 所識別之物件的檔案時應該使用的旗標。

適用於