Поделиться через


CUrl::SetExtraInfo

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

inline BOOL SetExtraInfo(
   LPCTSTR lpszInfo 
) throw( );

Параметры

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

Возвращаемое значение

Returns TRUE on success, FALSE on failure.

Требования

Header: atlutil.h

См. также

Основные понятия

CUrl Class

CUrl Members

CUrl::GetExtraInfo