Struct windows_sys::Win32::Storage::IscsiDisc::NVCACHE_REQUEST_BLOCK
#[repr(C)]pub struct NVCACHE_REQUEST_BLOCK {
pub NRBSize: u32,
pub Function: u16,
pub NRBFlags: u32,
pub NRBStatus: u32,
pub Count: u32,
pub LBA: u64,
pub DataBufSize: u32,
pub NVCacheStatus: u32,
pub NVCacheSubStatus: u32,
}Expand description
Required features: "Win32_Storage_IscsiDisc"
Fields§
§NRBSize: u32§Function: u16§NRBFlags: u32§NRBStatus: u32§Count: u32§LBA: u64§DataBufSize: u32§NVCacheStatus: u32§NVCacheSubStatus: u32