The document is archived and information here might be outdated
__readfsbyte, __readfsdword, __readfsqword, __readfsword
Visual Studio 2008
Microsoft Specific
Read memory from a location specified by an offset relative to the beginning of the FS segment.
unsigned char __readfsbyte( unsigned long Offset ); unsigned short __readfsword( unsigned long Offset ); unsigned long __readfsdword( unsigned long Offset ); unsigned __int64 __readfsqword( unsigned long Offset );
Show: