__addgsbyte, __addgsword, __addgsdword, __addgsqword
Visual Studio 2010
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 );