#include <bt_types.h>
Data Fields | |
BT_Char16 * | buf |
Pointer to BT_Char16 buffer. | |
BT_UInt32 | len |
Length of the string. |
The usage pattern for this structure is the following:
When passed to a function accepting data 'len' shall be the length of the data in the buffer. When passed to a function producing data 'len' shall be the length of the allocated space the function is permitted to fill, after the function call 'len' will be the length of the data produced.
Pointer to BT_Char16 buffer.
Length of the string.
Copyright © 2004-2008 Basis Technology Corporation. All Rights Reserved.