msos2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
LDTADDRINFO (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_DOSDEVIOCTL
 
typedef struct _LDTADDRINFO {    /* ldtaddr */
    PULONG  pulPhysAddr;
    USHORT  cb;
} LDTADDRINFO;
 
The LDTADDRINFO structure holds information about an address to be added to
the local descriptor table (LDT).
 
Field        Description
────────────────────────────────────────────────────────────────────────────
 
pulPhysAddr  Points to the 32-bit physical address of the beginning of the
             block of memory for which an LDT selector is requested.
 
cb           Specifies the number of bytes for the requested memory.
 
See Also
 
SCR_ALLOCLDT, SCR_ALLOCLDTOFF