apiw-sys 0.1.0

This crate provides core API bindings for Windows according to ECMA-234.
Documentation
use windows_sys::Win32::Storage::FileSystem as storefs;
use windows_sys::Win32::System::SystemInformation as sysinfo;

removed_item!(
    pub use storefs::GetFileResource;
);

removed_item!(
    pub use storefs::GetFileResourceSize;
);

pub use storefs::GetFileVersionInfoW as GetFileVersionInfo;

pub use storefs::GetFileVersionInfoSizeW as GetFileVersionInfoSize;

pub use sysinfo::GetSystemDirectoryW as GetSystemDirectory;

pub use sysinfo::GetWindowsDirectoryW as GetWindowsDirectory;

pub use storefs::VerFindFileW as VerFindFile;

pub use storefs::VerInstallFileW as VerInstallFile;

pub use storefs::VerLanguageNameW as VerLanguageName;

pub use storefs::VerQueryValueW as VerQueryValue;