TChunkCreate Class Reference
Public Member Enumerations
|
enum
|
TChunkCreateAtt
{
ENormal
= 0x00000000,
EDoubleEnded
= 0x00000001,
EDisconnected
= 0x00000002,
ECache
= 0x00000003,
EMappingMask
= 0x0000000f,
ELocal
= 0x00000000,
EGlobal
= 0x00000010,
EData
= 0x00000000,
ECode
= 0x00000020,
EMemoryNotOwned
= 0x00000040,
ELocalNamed
= 0x000000080,
EReadOnly
= 0x000000100,
EPagingUnspec
= 0x00000000,
EPaged
= 0x80000000,
EUnpaged
= 0x40000000,
EPagingMask
= EPaged | EUnpaged,
EChunkCreateAttMask
= EMappingMask | EGlobal | ECode | ELocalNamed | EReadOnly | EPagingMask
}
|
Member Enumerations Documentation
Enum TChunkCreateAtt
Enumerators
ENormal = 0x00000000
|
|
EDoubleEnded = 0x00000001
|
|
EDisconnected = 0x00000002
|
|
ECache = 0x00000003
|
|
EMappingMask = 0x0000000f
|
|
ELocal = 0x00000000
|
|
EGlobal = 0x00000010
|
|
EData = 0x00000000
|
|
ECode = 0x00000020
|
|
EMemoryNotOwned = 0x00000040
|
|
ELocalNamed = 0x000000080
|
|
EReadOnly = 0x000000100
|
|
EPagingUnspec = 0x00000000
|
|
EPaged = 0x80000000
|
|
EUnpaged = 0x40000000
|
|
EPagingMask = EPaged | EUnpaged
|
|
EChunkCreateAttMask = EMappingMask | EGlobal | ECode | ELocalNamed | EReadOnly | EPagingMask
|
|
Member Data Documentation
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.