CUrl::SetSchemeName

Call this method to set the URL scheme name.

inline BOOL SetSchemeName( 
   LPCTSTR lpszSchm  
) throw( );

Parameters

  • lpszSchm
    The URL scheme name.

Return Value

Returns TRUE on success, FALSE on failure.

Remarks

You can also set the scheme by using an ATL_URL_SCHEME constant (see CUrl::SetScheme).

Requirements

Header: atlutil.h

See Also

Reference

CUrl Class

CUrl::GetSchemeName

Other Resources

CUrl Members