__incgsbyte, __incgsword, __incgsdword, __incgsqword

Microsoft 专用

添加一个。该值在指定了偏移量的内存位置相对于 GS 段开头。

void __incgsbyte( 
   unsigned long Offset 
);
void __incgsword( 
   unsigned long Offset 
);
void __incgsdword( 
   unsigned long Offset
);
void __incgsqword( 
   unsigned long Offset 
);

参数

  • [in] Offset
    从最初 GS的偏移量。

要求

内部

体系结构

__incgsbyte

x64

__incgsword

x64

__incgsdword

x64

__incgsqword

x64

备注

这些内部只有在内核模式,并且,实例只能用作内部。

请参见

参考

__addgsbyte, __addgsword, __addgsdword, __addgsqword

__readgsbyte, __readgsdword, __readgsqword, __readgsword

__writegsbyte, __writegsdword, __writegsqword, __writegsword

编译器内部函数