Archive for the 'COM' Category
A BSTR is a pointer to a null-terminated character string in which the string length is stored with the string. Because the length is stored with the string, BSTR variables can contain embedded null characters.
A CString object consists of a variable-length sequence of characters. CString provides functions and operators using a syntax similar to that [...]
Filed under: C plus plus, COM | Leave a Comment
Tags: BSTR, COM, CString, MFC