Click to return to the Networking, Protocols     
CoInternetQueryInfo Funct...     CopyStgMedium Function     URL Monikers Functions    
Web Workshop  |  Networking, Protocols & Data Formats

CopyBindInfo Function


Copies the given BINDINFO structure.

Syntax

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

Parameters

pcbiSrc
Address of the BINDINFO structure to be copied.
pcbiDest
Address of the BINDINFO structure to store the copy.

Return Value

Returns S_OK if successful, or an error code otherwise.

Function Information

Windows NT Use version 4.0. Implemented as a Unicode function.
Windows Use Windows 95 and later. Implemented as a Unicode function.
Header Urlmon.h
Import Library Urlmon.lib
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.