Definitions for "Bstr" Add To Word List
Login or Register  | Word Lists | Search History

a basic string type that is simply another method for storing character string information (different than a NULL-terminated ASCII string)
Helpful?           0
a counted string, a wide-character (Unicode) string on Intel platforms and can contain embedded NUL characters
Helpful?           0
a pointer to a null-terminated character string in which the string length is stored with the string
Helpful?           0
a pointer to a separately allocated string that contains its own length
Helpful?           0
a pointer to a string of a specialized format
Helpful?           0
a pointer to a string of wide characters (not char )
Helpful?           0
a pointer to a wide character string
Helpful?           0
a specific system string type in OLE
Helpful?           0
a Unicode string that has its length prepended, and is also terminated by a zero character
Helpful?           0