Jump to content

LDTADDRINFO: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== LDTADDRINFO ==
LDT Address Information data structure.


LDT Address Information data structure.
== Type ==
 
  [[PULONG]]  pulPhysAddr
=== Type ===
  [[USHORT]]  cb;
 
  [[OS2 API:DataType:ULONG|PULONG]]  pulPhysAddr
  [[OS2 API:DataType:USHORT|USHORT]]  cb;
 
==== C Declaration Method ====


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


=== Fields ===
== Fields ==
 
;pulPhysAddr:Physical address.
pulPhysAddr Physical address.
;cb:Length.
cb           Length.
 
 
 
 
 
[[OS2_API | Back to OS/2 API]]
 


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

Latest revision as of 01:45, 21 February 2020

LDT Address Information data structure.

Type

PULONG  pulPhysAddr
USHORT  cb;

C Declaration Method

typedef struct

Fields

pulPhysAddr
Physical address.
cb
Length.