BINDINFO Structure

Contains additional information on the requested binding operation. The meaning of this structure is specific to the type of asynchronous moniker.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Public Structure BINDINFO
public struct BINDINFO
public value class BINDINFO
[<Sealed>]
type BINDINFO =  struct end
JScript supports the use of structures, but not the declaration of new ones.

The BINDINFO type exposes the following members.

Methods

  Name Description
Public method Equals Indicates whether this instance and a specified object are equal. (Inherited from ValueType.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Returns the hash code for this instance. (Inherited from ValueType.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType.)

Top

Fields

  Name Description
Public field cbSize Indicates the size of the structure in bytes.
Public field cbstgmedData Indicates the size of the data provided in the stgmedData member.
Public field dwBindVerb Indicates the value from the BINDVERB enumeration specifying an action to be performed during the bind operation.
Public field dwCodePage Represents an unsigned long integer value that contains the code page used to perform the conversion.
Public field dwOptions Reserved. Must be set to 0.
Public field dwOptionsFlags Reserved. Must be set to 0.
Public field dwReserved Reserved. Must be set to 0.
Public field grfBindInfoF Indicates the flag from the BINDINFOF() enumeration that determines the use of URL encoding during the binding operation. This member is specific to URL monikers.
Public field iid Indicates the interface identifier of the IUnknown interface referred to by pUnk().
Public field punk Point to the IUnknown (COM) interface.
Public field securityAttributes Represents the SECUTIRY_ATTRIBUTES() structure that contains the descriptor for the object being bound to and indicates whether the handle retrieved by specifying this structure is inheritable.
Public field stgmedData Defines the data to be used in a PUT or POST operation specified by dwBindVerb.
Public field szCustomVerb Represents the BSTR specifying a protocol-specific custom action to be performed during the bind operation (only if dwBindVerb is set to BINDVERB_CUSTOM).
Public field szExtraInfo The behavior of this field is moniker-specific.

Top

Remarks

The size of this structure changed with the release of Microsoft Internet Explorer 4.0. Developers must write code that checks the size of the BINDINFO structure that is passed into their implementation of this method before writing the members of the structure.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace