#include <stdarg.h>
#include <stdlib.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <winuser.h>
#include <commctrl.h>
#include <shellapi.h>
#include <strsafe.h>
#include "resource.h"
Go to the source code of this file.
◆ PWINVER_OS_INFO
◆ WINVER_OS_INFO
◆ Winver_GetOSInfo()
Definition at line 97 of file osinfo.c.
99{
102
105 0,
110
111
113 if (!OSInfo->szName[0])
114 {
115
118 }
119
120
122
124
126}
#define RegCloseKey(hKey)
static LSTATUS(WINAPI *pRegDeleteTreeW)(HKEY
LONG WINAPI RegOpenKeyExW(HKEY hKey, LPCWSTR lpSubKey, DWORD ulOptions, REGSAM samDesired, PHKEY phkResult)
static VOID Winver_GetRegValueString(_In_ HKEY hKey, _In_ LPCWSTR pValue, _Out_ LPWSTR pBuffer, _In_ DWORD cchSize)
static VOID Winver_FormatCompatInfo(_In_ HKEY hKey, _Out_ LPWSTR pBuffer, _In_ DWORD cchSize)
#define HKEY_LOCAL_MACHINE
Referenced by wWinMain().
◆ Winver_hInstance