Jump to content

SGID: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
== SGID ==
== 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]]

Revision as of 15:21, 11 November 2016

SGID

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.