Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Microsoft Specific
Add one to the value at a memory location specified by an offset relative to the beginning of the FS segment.
void __incfsbyte(
unsigned long Offset
);
void __incfsword(
unsigned long Offset
);
void __incfsdword(
unsigned long Offset
);
Parameters
- [in] Offset
The offset from the beginning of FS.
Requirements
Intrinsic |
Architecture |
|---|---|
__incfsbyte |
x86 |
__incfsword |
x86 |
__incfsdword |
x86 |
Remarks
These intrinsics are only available in kernel mode, and the routines are only available as intrinsics.
See Also
Concepts
__addfsbyte, __addfsword, __addfsdword
__readfsbyte, __readfsdword, __readfsqword, __readfsword
__writefsbyte, __writefsdword, __writefsqword, __writefsword