Yes, locking and disabling are different things. You disable an account with ALTER LOGIN DISABLE and re-enable it with ALTER LOGIN ENABLE.
There does not seem to be any syntax to lock an account, but that can only happens because of a policy, for instance too many occurrences of the wrong password. It seems from the syntax graph that you can only unlock an account when you set the password.