What is the difference between an Interop and a RCW (Runtime Callable Wrapper)?
Is it just terminology?
They are connected with each other. Interop is the overall term for using native dll's within .NET. A RCW is a wrapper which is needed to use one specific component/class/object in .NET.