summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.42.0/src/Windows/Win32/Storage/StructuredStorage/mod.rs
blob: 44ebfc0938c07ac9069990fc8e3dfa848680c692 (plain)
1
2
3
4
5
pub type JET_API_PTR = usize;
pub type JET_HANDLE = usize;
pub type JET_INSTANCE = usize;
pub type JET_SESID = usize;
pub type JET_TABLEID = usize;