ReactOS
0.4.16-dev-136-g52192f1
prtprocenv.h
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS Printing Include files
3
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4
* PURPOSE: Provide a constant for the current Printing Processor Environment based on the architecture
5
* COPYRIGHT: Copyright 2016 Colin Finck (colin@reactos.org)
6
*/
7
8
#ifndef _REACTOS_PRTPROCENV_H
9
#define _REACTOS_PRTPROCENV_H
10
11
const
WCHAR
wszCurrentEnvironment
[] =
12
#if defined(_X86_)
13
L
"Windows NT x86"
;
14
#elif defined(_AMD64_)
15
L
"Windows x64"
;
16
#elif defined(_ARM_)
17
L
"Windows ARM"
;
18
#else
19
#error Unsupported architecture
20
#endif
21
22
const
DWORD
cbCurrentEnvironment
=
sizeof
(
wszCurrentEnvironment
);
23
24
#endif
DWORD
unsigned long DWORD
Definition:
ntddk_ex.h:95
L
#define L(x)
Definition:
ntvdm.h:50
wszCurrentEnvironment
const WCHAR wszCurrentEnvironment[]
Definition:
prtprocenv.h:11
cbCurrentEnvironment
const DWORD cbCurrentEnvironment
WCHAR
__wchar_t WCHAR
Definition:
xmlstorage.h:180
win32ss
printing
include
prtprocenv.h
Generated on Tue Oct 15 2024 06:14:51 for ReactOS by
1.9.6