Functions | |
| SYSINFO_API const wchar_t * | SysInfoDll_GetOS (LPWSTR lpszOS, int iLen) |
| Call this function to retrieve the OS version information as a string. | |
| SYSINFO_API BOOL | SysInfoDll_GetOSEx (LPOSVERSIONINFOW lpVersionInformation) |
| Call this function to retrieve the OS version information. | |
| SYSINFO_API const wchar_t* SysInfoDll_GetOS | ( | LPWSTR | lpszOS, | |
| int | iLen | |||
| ) |
Call this function to retrieve the OS version information as a string.
| [out] | lpszOS | Pointer to a string to store the computer name. |
| [in] | iLen | size of the lpBuffer string buffer. |
| SYSINFO_API BOOL SysInfoDll_GetOSEx | ( | LPOSVERSIONINFOW | lpVersionInformation | ) |
Call this function to retrieve the OS version information.
| [out] | lpVersionInformation | Pointer to a structure to store the OS information. |