chromium/third_party/ipcz/src/ipcz/message_macros/message_declaration_macros.h

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// no-include-guard-because-multiply-included

// This header emits the usable Foo class for each message Foo, which may be
// used directly by ipcz implementation. In particular this header is used to
// generate version struct accessors (v0, v1, etc.) which expose all available
// message parameters. See message_params_declaration_macros.h for their
// definitions.

#define IPCZ_MSG_BEGIN_INTERFACE
#define IPCZ_MSG_END_INTERFACE

#define IPCZ_MSG_ID

#define IPCZ_MSG_BEGIN

#define IPCZ_MSG_END

#define IPCZ_MSG_BEGIN_VERSION

#define IPCZ_MSG_END_VERSION
#define IPCZ_MSG_PARAM
#define IPCZ_MSG_PARAM_ARRAY
#define IPCZ_MSG_PARAM_DRIVER_OBJECT
#define IPCZ_MSG_PARAM_DRIVER_OBJECT_ARRAY