This topic has not yet been rated - Rate this topic

CopyBindInfo function

Copies the given BINDINFO structure.

Syntax


HRESULT CopyBindInfo(
  const BINDINFO *pcbiSrc,
  BINDINFO *pcbiDest
);

Parameters

pcbiSrc

The address of the BINDINFO structure to be copied.

pcbiDest

The address of the BINDINFO structure to store the copy.

Return value

Returns S_OK if successful, or an error value otherwise.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Product

Internet Explorer 4.0

Header

Urlmon.h

Library

Urlmon.lib

DLL

Urlmon.dll

 

 

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.