CUrl::SetExtraInfo

Call this method to set the extra information (such as ?text or #text) of the URL.

inline BOOL SetExtraInfo( 
   LPCTSTR lpszInfo  
) throw( );

Parameters

  • lpszInfo
    The string containing the extra information to include in the URL.

Return Value

Returns TRUE on success, FALSE on failure.

Requirements

Header: atlutil.h

See Also

Reference

CUrl Class

CUrl::GetExtraInfo

Other Resources

CUrl Members