Microsoft Foundation OLE Classes (mfcole.hlp) (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
COleClientItem::SetHostNames
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.
 
 
                                     -♦-