Jump to content

ERRORID: Difference between revisions

From EDM2
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== ERRORID ==
Error identity
Error identity


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


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


=== Comment ===
=== Comment ===
There are more than 65.000 error identifiers definied.


There are more than 65.000 Errorids definied.
==PERRORID==
 
Pointer to ERRORID
 
typedef ERRORID *PERRORID;
[[OS2_API | Back to OS/2 API]]
 


[[Category:The OS/2 API Project]]
[[Category:PM Data type]]

Latest revision as of 06:25, 21 February 2020

Error identity

Type

ULONG

C Declaration Method

typedef

Comment

There are more than 65.000 error identifiers definied.

PERRORID

Pointer to ERRORID

typedef ERRORID *PERRORID;