BSTR (Windows Embedded CE 6.0)

1/6/2010

A BSTR, known as basic string or binary string, is a pointer to a wide character string used by Automation data manipulation functions.

Syntax

typedef OLECHAR FAR* BSTR;

Remarks

BSTRs are wide, double-byte (Unicode) strings on 32-bit Windows platforms and narrow, single-byte strings on the Apple® PowerMac™.

See Also

Reference

Storage Structures