Jump to content

SEMRECORD: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
No edit summary
Line 1: Line 1:
== SEMRECORD ==
== SEMRECORD ==
Muxwait semaphore data structure.
Muxwait semaphore data structure


=== Type ===
=== Type ===
  [[OS2 API:DataType:HSEM|HSEM]]  hsemCur
  [[OS2 API:DataType:HSEM|HSEM]]  hsemCur
  [[OS2 API:DataType:ULONG|ULONG]] ulUser
  [[OS2 API:DataType:ULONG|ULONG]] ulUser


==== C Declaration Method ====
==== C Declaration Method ====
Line 11: Line 10:


=== Fields ===
=== Fields ===
hsemCur  Handle of the semaphore
ulUser  User-defined value


hsemCur  Handle of the semaphore.
[[Category:Data type]]
ulUser  User-defined value.
 
[[Category:The OS/2 API Project]]

Revision as of 08:21, 7 October 2016

SEMRECORD

Muxwait semaphore data structure

Type

HSEM   hsemCur
ULONG ulUser

C Declaration Method

typedef struct

Fields

hsemCur  Handle of the semaphore
ulUser   User-defined value