_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