![]() |
NDEVR
API Documentation
|
Contains information about an Operating System including versions and types. More...
Public Types | |
| enum | OSVersion |
| Known operating system version identifiers. | |
Public Attributes | |
| uint04 | os_revision_num = Constant<uint04>::Invalid |
| Revision or build number of the OS. | |
| String | os_service_pack_name |
| Name of the installed service pack, if any. | |
| uint04 | os_sub_version_num = Constant<uint04>::Invalid |
| Minor (sub) version number of the OS. | |
| OSVersion | os_version = OSVersion::e_unknown |
| The detected OS version identifier. | |
| String | os_version_name |
| Human-readable name of the OS version. | |
| uint04 | os_version_num = Constant<uint04>::Invalid |
| Major version number of the OS. | |
Contains information about an Operating System including versions and types.
Definition at line 53 of file ApplicationResource.h.