The DeleteFiber function deletes an existing fiber.
VOID DeleteFiber(
LPVOID lpFiber |
// pointer to the fiber to delete |
); |
This function does not return a value.
The DeleteFiber function deletes all data associated with the fiber. This data includes the stack, a subset of the registers, and the fiber data. If the currently running fiber calls DeleteFiber, the ExitThread function is called and the thread terminates. If the currently running fiber is deleted by another thread, the thread associated with the fiber is likely to terminate abnormally because the fiber stack has been freed.
file: /Techref/os/win/api/win32/func/src/f15_8.htm, 1KB, , updated: 2000/4/7 11:19, local time: 2024/11/4 20:04,
18.119.118.180:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/func/src/f15_8.htm"> DeleteFiber</A> |
Did you find what you needed? |