2.3.4.5 PBString
Referenced by: FactoidType, PropertyBagStore
This structure specifies a null-terminated string encoded either using a Unicode or ANSI character set format.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cch |
A |
rgxch (variable) |
|||||||||||||||||||||||||||||
... |
cch (15 bits): Specifies the count of characters in the string rgxch.
A - fAnsiString (1 bit): If set to 0x1 the string rgxch MUST be an ANSI character set string. If set to 0x0 then it MUST be a Unicode string.
rgxch (variable): A null-terminated ANSI character set or a Unicode string depending on the value of fAnsiString field.