TekStdProcessorInfo Struct Reference

List of all members.

Public Attributes

size_t TekStdProcessorInfoSize
unsigned int TekStdProcessorInfoType
unsigned int TekStdProcessorInfoFeatures
char TekStdProcessorInfoDesc [116]

Detailed Description

This structure is the base for getting info about a computer's processor.

Author:
Kevin McBride

Definition at line 518 of file teklti.h.


Member Data Documentation

char TekStdProcessorInfoDesc[116]
 

Holds the description information.

Definition at line 537 of file teklti.h.

unsigned int TekStdProcessorInfoFeatures
 

Holds the feature information.

Definition at line 533 of file teklti.h.

size_t TekStdProcessorInfoSize
 

Used as the versioning mechanism for setting up the structure.

WARNING!!!!! TekStdCheckProcessorFeatures() may change this value based on what it actually sets, so DO NOT rely on this value to release memory using calls that ask for amount of memory to release.

Definition at line 525 of file teklti.h.

unsigned int TekStdProcessorInfoType
 

Holds the processor type.

Definition at line 529 of file teklti.h.


The documentation for this struct was generated from the following file: SourceForge.net Logo  Technical Library Template Interface Project Page