The following table shows the system management functions with a description of the purpose of each.
| Programming element | Description |
|---|---|
| GetSystemInfo | This function returns information about the current system. |
| GetVersionEx | This function obtains extended information about the OS version that is currently running. |
| IsProcessorFeaturePresent | This function retrieves information about the supported x86 processor features in your system. |
| SignalStarted | This function signals that an application has started and initialization is complete. |
| QueryInstructionSet | This function queries to determine what instruction set is supported on the OS. |
| VerQueryValue | This function returns selected version information from the specified version information resource. |
See Also
Send Feedback on this topic to the authors