IInternetBindInfo::GetBindInfoIInternetBindInfo::GetBindInfo*
*



Contents  *



Index  *Topic Contents
*Previous Topic: Methods
*Next Topic: IInternetBindInfo::GetBindString

IInternetBindInfo::GetBindInfo

HRESULT GetBindInfo(
    [out] DWORD *grfBINDF,
    [in, out, unique] BINDINFO * pbindinfo
);

Gets the BINDINFO structure associated with the binding operation.

grfBINDF
Address of a value taken from the BINDF enumeration indicating whether the bind should proceed synchronously or asynchronously.
pbindinfo
Address of the BINDINFO structure, which describes how the client wants the binding to occur.

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 writing to members of the structure. See Handling BINDINFO Structures in Asynchronous and URL Monikers Overview for more information.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.