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.
COleServerDoc::OnGetItem
COleServerDoc                               Up Contents Index Back
──Microsoft Foundation OLE Classes──────────────────────────────────────────
  protected:
      virtual COleServerItem*
               OnGetItem( const char FAR* <lpszItemName> ) = 0;
 
  Parameter      Description
 
  <lpszItemName> The name for an existing OLE server-linked item.
 
  Remarks
 
  You must implement this function to return an OLE server item that
  represents a named item in this document. The OnGetItem member function
  is used primarily for documents that support links. If the item is
  embedded, the function should return NULL.
 
 
                                     -♦-