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