Jump to content

HFILE: 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:
== HFILE ==
File handle  
 
File handle.


=== Type ===
=== Type ===
[[LHANDLE]]  HFILE


[[OS2 API:DataType:LHANDLE|LHANDLE]]  HFILE
==== C Declaration Method ====
typedef


==== C Declaration Method ====
==PHFILE==
Pointer to HFILE
typedef HFILE *PHFILE;


typedef
[[Category:Data type]]

Latest revision as of 18:02, 7 November 2017

File handle

Type

LHANDLE  HFILE

C Declaration Method

typedef

PHFILE

Pointer to HFILE

typedef HFILE *PHFILE;