Location:
badesca.h
Link against:
#if defined (_UNICODE)
typedef CDesC16ArrayFlat CDesCArrayFlat;
#else
typedef CDesC8ArrayFlat CDesCArrayFlat;
#endif
Supported from 5.0
Build independent array of descriptors implemented using a flat buffer.