Jump to content

HMTX: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== HMTX ==
Mutex semaphore handle.
 
Mutex semaphore handle.  


=== Type ===
=== Type ===
 
  [[ULONG]]  HMTX
  [[OS2 API:DataType:ULONG|ULONG]]  HMTX


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


== PHMTX ==
Pointer to HMTX
typedef HMTX *PHMTX;


[[OS2_API | Back to OS/2 API]]
[[Category:Data type]]
 
 
[[Category:The OS/2 API Project]]

Latest revision as of 18:15, 7 November 2017

Mutex semaphore handle.

Type

ULONG  HMTX

C Declaration Method

typedef

PHMTX

Pointer to HMTX

typedef HMTX *PHMTX;