ReactOS 0.4.16-dev-937-g7afcd2a
winver_p.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS Version Program
3 * LICENSE: MIT (https://spdx.org/licenses/MIT)
4 * PURPOSE: Main header file
5 * COPYRIGHT: Copyright 2025 Thamatip Chitpong <thamatip.chitpong@reactos.org>
6 */
7
8#pragma once
9
10#include <stdarg.h>
11#include <stdlib.h>
12
13#include <windef.h>
14#include <winbase.h>
15#include <winreg.h>
16#include <winuser.h>
17#include <commctrl.h>
18#include <shellapi.h>
19
20#include <strsafe.h>
21
22#include "resource.h"
23
24typedef struct _WINVER_OS_INFO
25{
29
31
32BOOL
34 _Out_ PWINVER_OS_INFO OSInfo);
unsigned int BOOL
Definition: ntddk_ex.h:94
#define _Out_
Definition: no_sal2.h:160
WCHAR szCompatInfo[256]
Definition: winver_p.h:27
WCHAR szName[64]
Definition: winver_p.h:26
struct _WINVER_OS_INFO * PWINVER_OS_INFO
struct _WINVER_OS_INFO WINVER_OS_INFO
BOOL Winver_GetOSInfo(_Out_ PWINVER_OS_INFO OSInfo)
Definition: osinfo.c:97
HINSTANCE Winver_hInstance
Definition: winver.c:9
__wchar_t WCHAR
Definition: xmlstorage.h:180