Program Listing for File reader_open_info_struct.h

Program Listing for File reader_open_info_struct.h#

Return to documentation for file (inc/reader_open_info_struct.h)

// SPDX-FileCopyrightText: 2025 Carl Zeiss Microscopy GmbH
//
// SPDX-License-Identifier: MIT

#pragma once

#include "ObjectHandles.h"

#pragma pack(push, 4)

struct ReaderOpenInfoInterop
{
    InputStreamObjectHandle streamObject;

    // additional options go here
};


#pragma pack(pop)