typedef struct L_FILEATTACHMENTS
{
L_UINT uStructSize;
L_INT OriginalFormat;
L_UINT uFlags;
L_UINT uItemStructSize;
L_SIZE_T uItemCount;
L_FILEATTACHMENT * pItems;
} L_FILEATTACHMENTS;
A collection of attachments to a file.
Size of the structure. This value is set by L_ReadFileAttachments to the size of L_FILEATTACHMENTS
.
Format of the owner file passed to L_ReadFileAttachments.
Reserved for future use. Use 0.
Size of each item in pItems
in bytes.
Number of items in pItems
.
Pointer to a list of L_FILEATTACHMENT items, each containing the properties of an attachment.
Applications can read the properties of the attachments included in a file by performing the following steps:
L_FILEATTACHMENTS
pointer.L_FILEATTACHMENTS
.The value of OriginalFormat
will be the file format of the owner file passed to L_ReadFileAttachments. For instance, if the method was called on a PDF file then OriginalFormat
will be FILE_RAS_PDF
.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document