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)

public struct BINDINFO

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_pubfieldcbSize

Indicates the size of the structure in bytes.

System_CAPS_pubfieldcbstgmedData

Indicates the size of the data provided in the stgmedData member.

System_CAPS_pubfielddwBindVerb

Indicates the value from the BINDVERB enumeration specifying an action to be performed during the bind operation.

System_CAPS_pubfielddwCodePage

Represents an unsigned long integer value that contains the code page used to perform the conversion.

System_CAPS_pubfielddwOptions

Reserved. Must be set to 0.

System_CAPS_pubfielddwOptionsFlags

Reserved. Must be set to 0.

System_CAPS_pubfielddwReserved

Reserved. Must be set to 0.

System_CAPS_pubfieldgrfBindInfoF

Indicates the flag from the F:Microsoft.VisualStudio.OLE.Interop.BINDINFOF enumeration that determines the use of URL encoding during the binding operation. This member is specific to URL monikers.

System_CAPS_pubfieldiid

Indicates the interface identifier of the IUnknown interface referred to by F:Microsoft.VisualStudio.OLE.Interop.BINDINFO.pUnk.

System_CAPS_pubfieldpunk

Point to the IUnknown (COM) interface.

System_CAPS_pubfieldsecurityAttributes

Represents the F:Microsoft.VisualStudio.OLE.Interop.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.

System_CAPS_pubfieldstgmedData

Defines the data to be used in a PUT or POST operation specified by dwBindVerb.

System_CAPS_pubfieldszCustomVerb

Represents the BSTR specifying a protocol-specific custom action to be performed during the bind operation (only if dwBindVerb is set to BINDVERB_CUSTOM).

System_CAPS_pubfieldszExtraInfo

The behavior of this field is moniker-specific.

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.

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

Return to top
Show: