eXpress Open Architecture Reference
×
Menu
Index

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.