Struct windows_sys::Win32::Storage::FileSystem::WIN32_STREAM_ID
#[repr(C)]pub struct WIN32_STREAM_ID {
pub dwStreamId: WIN_STREAM_ID,
pub dwStreamAttributes: u32,
pub Size: i64,
pub dwStreamNameSize: u32,
pub cStreamName: [u16; 1],
}Expand description
Required features: "Win32_Storage_FileSystem"
Fields§
§dwStreamId: WIN_STREAM_ID§dwStreamAttributes: u32§Size: i64§dwStreamNameSize: u32§cStreamName: [u16; 1]