description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Learn more about: __addgsbyte, __addgsword, __addgsdword, __addgsqword |
__addgsbyte, __addgsword, __addgsdword, __addgsqword |
09/02/2019 |
|
|
4fa03e69-d849-49ed-ba37-1d3aa23c2a21 |
Microsoft Specific
Add a value to a memory location specified by an offset relative to the beginning of the GS
segment.
void __addgsbyte(
unsigned long Offset,
unsigned char Data
);
void __addgsword(
unsigned long Offset,
unsigned short Data
);
void __addgsdword(
unsigned long Offset,
unsigned long Data
);
void __addgsqword(
unsigned long Offset,
unsigned __int64 Data
);
Offset
[in] The offset from the beginning of GS
.
Data
[in] The value to add to the memory location.
Intrinsic | Architecture |
---|---|
__addgsbyte |
x64 |
__addgsword |
x64 |
__addgsdword |
x64 |
__addgsqword |
x64 |
Header file <intrin.h>
These routines are only available as an intrinsic.
END Microsoft Specific
__incgsbyte, __incgsword, __incgsdword, __incgsqword
__readgsbyte, __readgsdword, __readgsqword, __readgsword
__writegsbyte, __writegsdword, __writegsqword, __writegsword
Compiler intrinsics