SWideString Struct Reference
SWideString a client allocated wide character string
More...
#include <MieAPI.h>
List of all members.
|
Public Attributes |
unsigned short * | pStr |
| wide character string buffer pointer
|
unsigned int | uiBufferSize |
| string buffer size
|
unsigned int | uiActualSize |
| actual string size or required size
|
Detailed Description
This struct defines a client allocated wide character string, to be filled by the API function it is used in. Up to uiBufferSize wide characters can be used, actual used size is updated by the API function in uiActualSize. If the buffer is not big enough to accommodate the requested data, the API function returns MRTE_ERROR_BUFFER_TOO_SHORT and uiActualSize contains the required buffer size.
The documentation for this struct was generated from the following file:
(C) Copyright Intel Corporation 2007-2008. All Rights Reserved.