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 GS segment.
void __incgsbyte(
unsigned long Offset
);
void __incgsword(
unsigned long Offset
);
void __incgsdword(
unsigned long Offset
);
void __incgsqword(
unsigned long Offset
);
Parameters
- [in] Offset
The offset from the beginning of GS.
Requirements
Intrinsic |
Architecture |
|---|---|
__incgsbyte |
x64 |
__incgsword |
x64 |
__incgsdword |
x64 |
__incgsqword |
x64 |
Remarks
These intrinsics are only available in kernel mode, and the routines are only available as intrinsics.
See Also
Reference
__addgsbyte, __addgsword, __addgsdword, __addgsqword
__readgsbyte, __readgsdword, __readgsqword, __readgsword
__writegsbyte, __writegsdword, __writegsqword, __writegsword