Jump to content

POINTL: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
== POINTL ==
== POINTL ==
Point structure (long integers).  
Point structure (long integers).  


=== Type ===
=== Type ===
 
  [[LONG]]  x;
  [[OS2 API:DataType:LONG|LONG]]  x;
  LONG  y;
  [[OS2 API:DataType:LONG|LONG]] y;


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


=== Fields ===
=== Fields ===
*x  X-coordinate.
*y  Y-coordinate.


x  X-coordinate.
[[Category:Data type]]
y  Y-coordinate.
 
 
 
 
 
[[OS2_API | Back to OS/2 API]]
 
 
[[Category:The OS/2 API Project]]

Revision as of 15:22, 11 November 2016

POINTL

Point structure (long integers).

Type

LONG  x;
LONG  y;

C Declaration Method

typedef struct

Fields

  • x X-coordinate.
  • y Y-coordinate.