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