CUrl::SetUrlPath

Call this method to set the URL path.

inline BOOL SetUrlPath(
   LPCTSTR lpszPath 
) throw( );

Parameters

  • lpszPath
    The URL path.

Return Value

Returns TRUE on success, FALSE on failure.

Requirements

Header: atlutil.h

See Also

Reference

CUrl Class

CUrl::GetUrlPath

Other Resources

CUrl Members