Functions

Operating System APIs

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.

Function Documentation

SYSINFO_API const wchar_t* SysInfoDll_GetOS ( LPWSTR  lpszOS,
int  iLen 
)

Call this function to retrieve the OS version information as a string.

Note:
Use SysInfoDll_GetOSEx instead to retrieve the OS version info as a struct
Parameters:
[out] lpszOS Pointer to a string to store the computer name.
[in] iLen size of the lpBuffer string buffer.
Returns:
The OS version information as a string if successful, otherwise NULL
SYSINFO_API BOOL SysInfoDll_GetOSEx ( LPOSVERSIONINFOW  lpVersionInformation  ) 

Call this function to retrieve the OS version information.

Parameters:
[out] lpVersionInformation Pointer to a structure to store the OS information.
Returns:
TRUE if successful, otherwise FALSE
 All Data Structures Files Functions Variables Enumerations Enumerator Defines