CUrl::SetPassword

Call this method to set the password.

inline BOOL SetPassword( 
   LPCTSTR lpszPass  
) throw( );

Parameters

  • lpszPass
    The password.

Return Value

Returns TRUE on success, FALSE on failure.

Requirements

Header: atlutil.h

See Also

Reference

CUrl Class

CUrl::GetPassword

Other Resources

CUrl Members