This data type is specific to versions, higher than version 3, of the OS/2 operating system.

Value used to hold a screen group ID.

#ifdef _PPC_
typedef ULONG SGID;
#else
typedef USHORT SGID;
#endif


[Back] [Next]