Jump to content

SGID: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== SGID ==
Screen group ID.
Screen group ID.


=== Type ===
== Type ==
 
On PPC:
On PPC:
  [[OS2 API:DataType:ULONG|ULONG]]  SGID
  [[ULONG]]  SGID


Others:
Others:
  [[OS2 API:DataType:USHORT|USHORT]] SGID
  [[USHORT]] SGID
 
==== C Declaration Method ====


=== C Declaration Method ===
typedef
typedef


=== Comment ===
== Comment ==
 
This data type is specific to versions, newer than Warp 3.
This data type is specific to versions, newer than Warp 3.


 
[[Category:Data type]]
 
[[OS2_API | Back to OS/2 API]]
 
 
[[Category:The OS/2 API Project]]

Latest revision as of 00:59, 9 February 2020

Screen group ID.

Type

On PPC:

ULONG  SGID

Others:

USHORT SGID

C Declaration Method

typedef

Comment

This data type is specific to versions, newer than Warp 3.