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_IDdwStreamAttributes: u32Size: i64dwStreamNameSize: u32cStreamName: [u16; 1]