SEMRECORD: Difference between revisions
Appearance
m Ak120 moved page OS2 API:DataType:SEMRECORD to SEMRECORD |
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]] | [[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 | |||
[[Category:Data type]] | |||
[[Category: |