Public Attributes | |
size_t | TekStdGlobalVarsSize |
TekStdVersion | TekStdGlobalVarsVersion |
unsigned int | TekStdGlobalVarsMaxImpl |
short | TekStdGlobalVarsUnicode |
short | TekStdGlobalVarsMMX |
short | TekStdGlobalVarsMMXResetMM7 |
short | TekStdGlobalVarsInternalChecks |
short | TekStdGlobalVarsPassInPointerChecks |
short | TekStdGlobalVarsPushPopEnforced |
short | TekStdGlobalVarsPrivacyEnforced |
Definition at line 466 of file teklti.h.
|
1 if checking internal NULLs, 0 otherwise. |
|
Maximum implementations TekStd will allow. |
|
1 if library was compiled with MMX code, 0 otherwise. |
|
1 if library was compiled with MMX code, but does not reset register mm7 to zero before nullifying a memory location. |
|
1 if checking passed in pointers for NULLs, 0 otherwise. |
|
1 if nullifying memory after use for intention of privacy, 0 otherwise. |
|
1 if pushing and poping esi and edi registers on use, 0 otherwise. |
|
Used as the versioning mechanism for setting up the structure. |
|
1 if library was compiled with the Unicode option, 0 otherwise. |
|
Version info structure. |