use a same texture in different RC

I create a texture under a RC,then can I use it in other RC?

You can use wglShareLists(RC1, RC2) to share displaylists and textureobjects between RCs.