AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ DcppShared() [1/3]

DcppShared::DcppShared ( long  Size,
StatusType *const  status,
const SharedType  Type = Create,
const int  CreateIt = true,
const char *const  Name = "",
const int  Key = 0,
void *const  Address = 0 
)
inline

Basic Shared memory segment constructor.

See also
DitsDefineShared()
Parameters
SizeThe size in bytes of the shared memory segment
statusInherited status.
TypeThe type of the shared memory segement.
CreateItIf set true, the segement is created.
NameThe name of the shared memory segement, if required.
KeyThe Key for the shared memory segement, if required.
AddressThe address of the shared memory segment, if required.