Jump to content

LDTADDRINFO: Difference between revisions

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


=== Type ===
== Type ==
  [[PULONG]]  pulPhysAddr
  [[PULONG]]  pulPhysAddr
  [[USHORT]]  cb;
  [[USHORT]]  cb;


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


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


[[Category:Data type]]
[[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.