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"
Fields§
§LayoutType: u32
§pwcsElementName: PWSTR
§cOffset: i64
§cBytes: i64