Crate msi_ffi

Crate msi_ffi 

Source
Expand description

A basic foreign function interface (FFI) for “only” reading information of Windows Installer (MSI) files, built on top of the msi crate.

Structs§

MsiInformation
Information about an MSI file.
MsiInformation_Layout
Information about an MSI file.

Functions§

generate_headers
Generate headers/bindings for get_information() function.