Struct windows_sys::Win32::System::Com::StorageLayout
[−]#[repr(C)]pub struct StorageLayout {
pub LayoutType: u32,
pub pwcsElementName: PWSTR,
pub cOffset: i64,
pub cBytes: i64,
}Expand description
Required features: ‘Win32_System_Com’, ‘Win32_Foundation’
Fields
LayoutType: u32pwcsElementName: PWSTRcOffset: i64cBytes: i64