Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
class CComBSTR
The CComBSTR class is a wrapper for BSTRs, length-prefixed strings. The length is stored as an integer at the memory ___location preceding the data in the string.
A is null-terminated after the last counted character, but may also contain null characters embedded within the string. The string length is determined by the character count, not the first null character.
#include <atlbase.h>