Description:
SSAllocMem allocates a shared memory object that is managed by the selector server component of the graphics engine.
#include <os2.h> PVOID pBaseAddress; ULONG ObjectSize; ULONG Flags; /* Reserved. */ ULONG rc; /* Return codes. */ rc = SSAllocMem(pBaseAddress, ObjectSize, Flags);