OpenGL states

Are OpenGL states tied to anything, like the current rendering context, hRC?
If I change RCs, will states change too?

What about OpenGL devices? Are states tied to devices?

States are bound to the rendering context.

Rendering contexts are in turn bound to devices via the operating system’s precedents.