Struct windows_sys::Win32::Storage::IndexServer::STAT_CHUNK
#[repr(C)]pub struct STAT_CHUNK {
pub idChunk: u32,
pub breakType: CHUNK_BREAKTYPE,
pub flags: CHUNKSTATE,
pub locale: u32,
pub attribute: FULLPROPSPEC,
pub idChunkSource: u32,
pub cwcStartSource: u32,
pub cwcLenSource: u32,
}Expand description
Required features: "Win32_Storage_IndexServer", "Win32_System_Com_StructuredStorage"
Fields§
§idChunk: u32§breakType: CHUNK_BREAKTYPE§flags: CHUNKSTATE§locale: u32§attribute: FULLPROPSPEC§idChunkSource: u32§cwcStartSource: u32§cwcLenSource: u32