Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: badesca.h
Link against:

Typedef CPtrCArray

#if defined (_UNICODE)
    typedef CPtrC16Array CPtrCArray;
#else
    typedef CPtrC8Array CPtrCArray;
#endif

Support

Supported from 5.0

Description

Build independent array of non-modifiable pointer descriptors.

A 16 bit build variant is generated for a Unicode build and an 8 bit build variant generated for a non-Unicode build.

This build independent type should always be used unless an explicit 8 bit or 16 bit build variant is required.

See also: