Load operating system name, version, and patch into the output strings.
Declared in <bdls_osutil.h>
static
int
getOsInfo(
std::string* osName,
std::string* osVersion,
std::string* osPatch);
Same as the overload taking bsl::string *.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| osName | receives the operating system name |
| osVersion | receives the operating system version |
| osPatch | receives the operating system patch level |