◄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 ♦