Jump to content

HMTX: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users 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 ====
typedef


==== C Declaration Method ====
== PHMTX ==
Pointer to HMTX
typedef HMTX *PHMTX;


typedef
[[Category:Data type]]

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;