Jump to content

LDTADDRINFO: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
Ak120 (talk | contribs)
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== LDTADDRINFO ==
LDT Address Information data structure.


LDT Address Information data structure.
== Type ==
[[PULONG]]  pulPhysAddr
[[USHORT]]  cb;


=== Type ===
=== C Declaration Method ===
 
typedef struct
[[OS2 API:DataType:ULONG|PULONG]]  pulPhysAddr
[[OS2 API:DataType:USHORT|USHORT]]  cb;
 
==== C Declaration Method ====


typedef struct
== Fields ==
;pulPhysAddr:Physical address.
;cb:Length.


=== Fields ===
[[Category:Data type]]
 
pulPhysAddr  Physical address.
cb          Length.

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.