Jump to content

LDTADDRINFO: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
== LDTADDRINFO ==
== LDTADDRINFO ==
LDT Address Information data structure.  
LDT Address Information data structure.  


=== Type ===  
=== Type ===
 
  [[ULONG|PULONG]]  pulPhysAddr
  [[OS2 API:DataType:ULONG|PULONG]]  pulPhysAddr
  [[USHORT|USHORT]]  cb;
  [[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:The OS/2 API Project]]

Revision as of 17:39, 1 November 2016

LDTADDRINFO

LDT Address Information data structure.

Type

PULONG  pulPhysAddr
USHORT  cb;

C Declaration Method

typedef struct

Fields

pulPhysAddr
Physical address.
cb
Length.