typedef TDes16Overflow | TDesOverflow |
Defines a build-independent descriptor overflow handler.
A 16-bit build variant is generated for a Unicode, non-kernel mode build.
A build-independent type should always be used unless an explicit 8-bit or 16-bit type is required.
typedef TRefByValue< const TDesC > | __TRefDesC |
Value reference used in operator TLitC::__TRefDesC().
const TLitC< sizeof(L"")/2 > | KNullDesC | [static] |
Defines an empty or null literal descriptor.
This is the build independent form. An 8 bit build variant is generated for a non-Unicode build; a 16 bit build variant is generated for a Unicode build.
const TLitC8< sizeof("")> | KNullDesC8 | [static] |
Defines an empty or null literal descriptor for use with 8-bit descriptors.
const TLitC16< sizeof(L"")/2 > | KNullDesC16 | [static] |
Defines an empty or null literal descriptor for use with 16-bit descriptors
typedef TBuf< KMaxExitCategoryName > | TExitCategoryName |
Defines a modifiable buffer descriptor to contain the category name identifying the cause of thread or process termination. The buffer takes a maximum length of KMaxExitCategoryName.
typedef TBuf< KMaxFileName > | TFileName |
A buffer that can contain the name of a file. The name can have a maximum length of KMaxFileName (currently 256 but check the definition of KMaxFileName).
typedef TBuf< KMaxPath > | TPath |
A buffer that can contain the name of a path. The name can have a maximum length of KMaxPath (currently 256 but check the definition of KMaxPath).
typedef TBuf< KMaxUidName > | TUidName |
Defines a modifiable buffer descriptor for the text form of the UID. The descriptor has a maximum length of KMaxUidName and is used to contain the standard text format returned by the function TUid::Name().
typedef TBuf8< KMaxMediaPassword > | TMediaPassword |
Defines an 8-bit modifiable buffer descriptor to contain passwords when dealing with password security support in a file server session.
The descriptor takes a maximum length of KMaxMediaPassword.
const TUint | KScFlagBufOffsetListInUse |
A configuration flag for the shared chunk buffer configuration class (used by the multimedia device drivers). This being set signifies that a buffer offset list follows the buffer configuration class. This list holds the offset of each buffer.
const TUint | KScFlagUseGuardPages |
A configuration flag for the shared chunk buffer configuration class (used by the multimedia device drivers). This being set is a suggestion that the shared chunk should be configured leaving guard pages around each buffers.
const TInt | KMaxSecurityPolicySize |
Maximum size of any future extension to TSecurityPolicy
typedef TPckgBuf< TSecurityPolicy > | TSecurityPolicyBuf |
Provides a TPkcgBuf wrapper for a descriptorised TSecurityPolicy. This a suitable container for passing a security policy across IPC.
typedef TProcessMemoryInfo | TModuleMemoryInfo |
Defines a more useful synonym for TProcessMemoryInfo.
typedef TBool(* | TGeneralIdentityRelation |
Defines a function type used by a TIdentityRelation object.
A function of this type implements an algorithm for determining whether two objects match.
typedef TInt(* | TGeneralLinearOrder |
Defines a function type used by a TLinearOrder object
A function of this type implements an algorithm that determines the order of two objects.