Type Alias StorageLayout

Source
pub type StorageLayout = tagStorageLayout;

Aliased Type§

struct StorageLayout {
    pub LayoutType: u32,
    pub pwcsElementName: *mut u16,
    pub cOffset: _LARGE_INTEGER,
    pub cBytes: _LARGE_INTEGER,
}

Fields§

§LayoutType: u32§pwcsElementName: *mut u16§cOffset: _LARGE_INTEGER§cBytes: _LARGE_INTEGER