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.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

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.