Jump to content

HFILE: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== HFILE ==
File handle  
 
File handle.


=== Type ===
=== Type ===
 
  [[LHANDLE]]  HFILE
  [[OS2 API:DataType:LHANDLE|LHANDLE]]  HFILE


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


==PHFILE==
Pointer to HFILE
typedef HFILE *PHFILE;


[[OS2_API | Back to OS/2 API]]
[[Category:Data type]]
 
 
[[Category:The OS/2 API Project]]

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;