Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <shm.h>

Struct shmid_ds

Interface status: externallyDefinedApi

struct shmid_ds;

Description

Defines a shared memory region

Members

Defined in shmid_ds:


Member data


shm_perm

Interface status: externallyDefinedApi Inherited from: shmid_ds

ipc_perm shm_perm;

Description

inode's device


shm_segsz

Interface status: externallyDefinedApi Inherited from: shmid_ds

int shm_segsz;

Description

size of segment in bytes


shm_lpid

Interface status: externallyDefinedApi Inherited from: shmid_ds

pid_t shm_lpid;

Description

process ID of last shared memory op


shm_cpid

Interface status: externallyDefinedApi Inherited from: shmid_ds

pid_t shm_cpid;

Description

process ID of creator


shm_nattch

Interface status: externallyDefinedApi Inherited from: shmid_ds

short shm_nattch;

Description

number of current attaches


shm_atime

Interface status: externallyDefinedApi Inherited from: shmid_ds

time_t shm_atime;

Description

time of last shmat(int,const void *,int)


shm_dtime

Interface status: externallyDefinedApi Inherited from: shmid_ds

time_t shm_dtime;

Description

time of last shmdt(const void *)


shm_ctime

Interface status: externallyDefinedApi Inherited from: shmid_ds

time_t shm_ctime;

Description

time of last change by shmctl(int,int,struct shmid_ds *)


shm_internal

Interface status: externallyDefinedApi Inherited from: shmid_ds

void * shm_internal;

Description

sysv stupidity