GetBindInfo method
Gets the BINDINFO structure associated with the binding operation.
Syntax
HRESULT retVal = object.GetBindInfo(grfBINDF, pbindinfo);
Parameters
grfBINDF [out]
Type: DWORDThe address of a value taken from the BINDF enumeration that indicates whether the bind should proceed synchronously or asynchronously.
pbindinfo [in, out]
Type: BINDINFOThe address of the BINDINFO structure, which describes how the client wants the binding to occur.
Remarks
Note The size of the BINDINFO structure has 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 they can write to members of the structure. For more information, see Handling BINDINFO Structures.