Can wglCreateLayerContext be used for multiple RC's?

I am just reading on the microsoft web site and I see this function.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/opengl/ntopnglr_2u0k.asp

Am I interpretting it correctly? Is it giving a possible way to have an array of RC’s? I hope so, it is exactly what I need.

In reading further… I see that I can simply call wglMakeCurrent again with the same RC but it says I can use a different DC. Does this mean whenever I am ready to draw onto another form or picture box I just call wglmakecurrent and give the DC?

Originally posted by John Jenkins:
Does this mean whenever I am ready to draw onto another form or picture box I just call wglmakecurrent and give the DC?

Yes, pretty much. But the two DCs need to have compatible pixel formats.