/* * Copyright (C) 2020-2023 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once enum class GetInfoStatus { invalidContext = -2, invalidValue = -1, success = 0 };