To properly display this page you need a browser with JavaScript support.
eXpress Open Architecture Reference
×
Menu
Index
Search
Search
Search
Open Architecture Reference
eXpress COM Interface Reference
Data Source Interfaces
IExpressDataSource
IExpressDataSource::Desc
Print version
DSI INTERNATIONAL, INC. © Copyright 2017
To properly display this page you need a browser with JavaScript support.
IExpressDataSource::Desc
BSTR
Desc;
Return Values
This property return a BSTR.
Remarks
When using BSTR, the SysAllocString method initializes the string. At the end use SysFreeString to free the memory for a
BSTR
.
BSTR
can be casted with
LPCWSTR
to
CString
. See example below.
BSTR example