Jump to content

AttrObject: Difference between revisions

From EDM2
mNo edit summary
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== AttrObject ==
Determine character classifications


Determine character classifications.
== Type ==
[[VOID]] pointer


=== Type ===
== C declaration method ==
typedef


  [[OS2 API:DataType:VOID|VOID]] pointer
== Example Code ==
  typedef void *AttrObject;


==== C declaration method ====
[[Category:Data type]]
 
typedef
 
=== Fields ===
 
 
=== Comment ===
 
[[Category:The OS/2 API Project]]

Latest revision as of 16:28, 17 August 2017

Determine character classifications

Type

VOID pointer

C declaration method

typedef

Example Code

typedef void *AttrObject;