Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
This header is used by System Services. For more information, see:
fibersapi.h contains the following programming interfaces:
Functions
| FlsAlloc Allocates a fiber local storage (FLS) index. |
| FlsFree Releases a fiber local storage (FLS) index, making it available for reuse. |
| FlsGetValue Retrieves the value in the calling fiber's fiber local storage (FLS) slot for the specified FLS index. Each fiber has its own slot for each FLS index. |
| FlsSetValue Stores a value in the calling fiber's fiber local storage (FLS) slot for the specified FLS index. Each fiber has its own slot for each FLS index. |
| IsThreadAFiber Determines whether the current thread is a fiber. |