Jump to content

SEMRECORD: Difference between revisions

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


Line 9: Line 8:


==== C Declaration Method ====
==== C Declaration Method ====
typedef struct
typedef struct


Line 16: Line 14:
  hsemCur  Handle of the semaphore.
  hsemCur  Handle of the semaphore.
  ulUser  User-defined value.
  ulUser  User-defined value.
[[OS2_API | Back to OS/2 API]]


[[Category:The OS/2 API Project]]
[[Category:The OS/2 API Project]]

Revision as of 17:55, 11 April 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.