Jump to content

SEMRECORD: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
No edit summary
Line 16: Line 16:
  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]]

Revision as of 15:08, 1 November 2011

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.


Back to OS/2 API