Struct InputStreamClassInfoInterop#
Defined in File inputstream_class_info_struct.h
Struct Documentation#
-
struct InputStreamClassInfoInterop#
This structure contains information about an input stream class. Note that the strings in this structure must be freed by the caller using ‘libCZI_Free’.
Public Members
-
char *name#
The name of the input stream class. This is a free-form string. This string must be freed by the caller (using libCZI_Free).
-
char *description#
The description of the input stream class. This is a free-form string. This string must be freed by the caller (using libCZI_Free).
-
char *name#