RCW:- Runtime callable wrapper is created when you are trying to access COM Component in your .NET application. For that you have to register the com component in component services and add the ref to the client application. After adding the ref, compile the application, then RCW wrapper will be created by the CLR.
CCW :- COM Collable wrapper is created when you are trying to access .NET assembly in COM component.