共用方式為


IInternetBindInfo::GetBindInfo

Send Feedback

Gets the BINDINFO structure associated with the binding operation.

Syntax

HRESULT GetBindInfo(
  DWORD * grfBINDF,
  BINDINFO * pbindinfo
);

Parameters

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

Return Values

Returns S_OK if successful, or an error value otherwise.

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 writing to members of the structure. For more information, see Handling BINDINFO Structures in URL Monikers on Microsoft MSDN® Online.

Requirements

Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: urlmon.h
Library: urlmon.lib

See Also

IInternetBindInfo

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.