Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:docs:fapi:dosallocshrseg [2021/09/16 14:03] – prokushev | en:docs:fapi:dosallocshrseg [2021/09/18 15:05] (current) – prokushev | ||
---|---|---|---|
Line 30: | Line 30: | ||
DosAllocShrSeg allocates a named segment of up to 64KB in size, which is movable and swappable. The segment can be shared by any process that knows the name of the segment. | DosAllocShrSeg allocates a named segment of up to 64KB in size, which is movable and swappable. The segment can be shared by any process that knows the name of the segment. | ||
- | To access the shared segment, another process issues [[DosGetShrSeg]], | + | To access the shared segment, another process issues [[DosGetShrSeg]], |
The maximum number of segments a process can define with DosAllocShrSeg or access with [[DosGetShrSeg]] is 256. | The maximum number of segments a process can define with DosAllocShrSeg or access with [[DosGetShrSeg]] is 256. | ||
Line 66: | Line 66: | ||
</ | </ | ||
- | ==== Example Code ==== | + | ===== Example Code ===== |
This example requests a segment of memory with 27 bytes named " | This example requests a segment of memory with 27 bytes named " |