הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
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. |