◄COleClientItem► ◄Up► ◄Contents► ◄Index► ◄Back► ──Microsoft Foundation OLE Classes────────────────────────────────────────── void SetHostNames( const char FAR* lpszHost, const char FAR* lpszHostObj ); Parameter Description <lpszHost> A null-terminated string that specifies the name of the client application. <lpszHostObj> A null-terminated string that specifies the client's name for the item. Remarks Specifies the name of the client application and the client's name for the specified object. This information is often used in window titles when the server application edits the item. It is not necessary to call SetHostNames each time a server is activated. -♦-