Struct windows_sys::Win32::Storage::FileSystem::DISKQUOTA_USER_INFORMATION
#[repr(C)]pub struct DISKQUOTA_USER_INFORMATION {
pub QuotaUsed: i64,
pub QuotaThreshold: i64,
pub QuotaLimit: i64,
}Expand description
Required features: "Win32_Storage_FileSystem"
Fields§
§QuotaUsed: i64§QuotaThreshold: i64§QuotaLimit: i64