◄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. -♦-