Public Member Functions | |
virtual void MCCOMAPI | RemoteConnection (TMCNetStream &stream)=0 |
Remote Component interface
This interface is used for components that can be instantiated through the network. These components should belong to the remote component family ('rcom'). This can be used to transfer data from a plugin through the network for network rendering.
virtual void MCCOMAPI IShRemoteComponent::RemoteConnection | ( | TMCNetStream & | stream | ) | [pure virtual] |
Called by the shell with a an established network connection.
stream |