Jump to content

HMTX: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m Ak120 moved page OS2 API:DataType:HMTX to HMTX
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
== HMTX ==
Mutex semaphore handle.
Mutex semaphore handle.  


=== Type ===
=== Type ===
Line 7: Line 6:
==== C Declaration Method ====
==== C Declaration Method ====
typedef
typedef
== PHMTX ==
Pointer to HMTX
typedef HMTX *PHMTX;


[[Category:Data type]]
[[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;