SECEditController::GetOleText
BOOLSECEditController::GetOleText(COleDataObject*pDataObject, CString&strText, BOOL&bColumnar)
Retrieves the text from the data source from either a drag-drop operation or an OLE clipboard paste operation.
Defined in: SECEditController.cpp
Return Value
Returns non-zero if successful; otherwise 0.
Parameters
pDataObject
Points to the data object.
strText
Reference to the returned text.
bColumnar
Reference to be returned indicating whether the text in the object is columnar.
See Also