Exemple #1
0
 public static void Clear(DescriptorTableEntry *entry)
 {
     Memory.Clear((uint)entry, EntrySize);
 }
Exemple #2
0
 public static void CopyTo(DescriptorTableEntry *source, DescriptorTableEntry *destination)
 {
     Memory.Copy((uint)source, (uint)destination, EntrySize);
 }