_FreeThreadDataSlot


include vmm.inc

VMMcall _FreeThreadDataSlot, <DataSlotOffset>

Frees a thread data slot. Uses C calling conventions.

DataSlotOffset

A valid data slot offset that was previously allocated by _AllocateThreadDataSlot.

See also _AllocateThreadDataSlot