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