ReactOS 0.4.15-dev-7924-g5949c20
printprocessors.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS Printing Stack Marshalling Functions
3 * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4 * PURPOSE: Marshalling definitions for DATATYPES_INFO_* and PRINTPROCESSOR_INFO_*
5 * COPYRIGHT: Copyright 2015-2018 Colin Finck (colin@reactos.org)
6 */
7
9 sizeof(DATATYPES_INFO_1W),
10 {
12 { MAXDWORD, 0, 0, FALSE }
13 }
14};
15
18 {
20 { MAXDWORD, 0, 0, FALSE }
21 }
22};
#define TRUE
Definition: types.h:120
#define FALSE
Definition: types.h:117
#define RTL_FIELD_SIZE(type, field)
Definition: kdb_expr.c:86
static LPSTR pName
Definition: security.c:75
#define MAXDWORD
static const MARSHALLING DatatypesInfo1Marshalling
static const MARSHALLING PrintProcessorInfo1Marshalling
#define FIELD_OFFSET(t, f)
Definition: typedefs.h:255
struct _PRINTPROCESSOR_INFO_1W PRINTPROCESSOR_INFO_1W
struct _DATATYPES_INFO_1W DATATYPES_INFO_1W