This function is used to allocate one or more descriptors from the task's
Local Descriptor Table (LDT). The descriptor(s) allocated must be
initialized by the application.
Declaration:
function AllocateDescriptors(NumberOfDescriptors: Word): Word;
Remarks:
Returns base selector if successful or zero if failed.