Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!rphroy!caen!uwm.edu!ogicse!milton!grasp1.univ-lyon1.fr!rol From: rol@grasp1.univ-lyon1.fr (Paul Rolland) Newsgroups: comp.os.os2.programmer Subject: Size of Shared Segment Keywords: Shared Segment, DosGetShrSeg Message-ID: <18806@milton.u.washington.edu> Date: 21 Mar 91 08:37:45 GMT Sender: news@milton.u.washington.edu Organization: INSA Departement Informatique, Lyon, France Lines: 11 I've two processes running concurently. The first one allocates a shared memory segment to put data in, with a known name. It then starts the second program, giving him the name of the segment as a parameter. So, the second program issues a DosGetShrSeg to have a selector to access this memory. But I don't know the size of this shared segment. How can I do that ? Please Email an answer to rol@grasp1.univ-lyon1.fr Thanks, Paul.