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.
COleServerItem::OnGetTextData
COleServerItem                              Up Contents Index Back
──Microsoft Foundation OLE Classes──────────────────────────────────────────
  protected:
      virtual BOOL OnGetTextData( CString& <rStringReturn> );
 
  Parameter       Description
 
  <rStringReturn> A reference to a null-terminated string used to store
                  the returned text data.
 
  Remarks
 
  Override this function if your server returns its data in text form. The
  default implementation returns FALSE.
 
  Return Value
 
  TRUE if text data is supported; otherwise FALSE.
 
 
                                     -♦-