Struct IDiskQuotaUser_Vtbl
#[repr(C)]pub struct IDiskQuotaUser_Vtbl {Show 16 fields
pub base__: IUnknown_Vtbl,
pub GetID: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: PCWSTR, _: u32, _: PCWSTR, _: u32) -> HRESULT,
pub GetSidLength: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetSid: unsafe extern "system" fn(_: *mut c_void, _: *mut u8, _: u32) -> HRESULT,
pub GetQuotaThreshold: unsafe extern "system" fn(_: *mut c_void, _: *mut i64) -> HRESULT,
pub GetQuotaThresholdText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT,
pub GetQuotaLimit: unsafe extern "system" fn(_: *mut c_void, _: *mut i64) -> HRESULT,
pub GetQuotaLimitText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT,
pub GetQuotaUsed: unsafe extern "system" fn(_: *mut c_void, _: *mut i64) -> HRESULT,
pub GetQuotaUsedText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT,
pub GetQuotaInformation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT,
pub SetQuotaThreshold: unsafe extern "system" fn(_: *mut c_void, _: i64, _: BOOL) -> HRESULT,
pub SetQuotaLimit: unsafe extern "system" fn(_: *mut c_void, _: i64, _: BOOL) -> HRESULT,
pub Invalidate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetAccountStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetID: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: PCWSTR, _: u32, _: PCWSTR, _: u32) -> HRESULT
§GetSidLength: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetSid: unsafe extern "system" fn(_: *mut c_void, _: *mut u8, _: u32) -> HRESULT
§GetQuotaThreshold: unsafe extern "system" fn(_: *mut c_void, _: *mut i64) -> HRESULT
§GetQuotaThresholdText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT
§GetQuotaLimit: unsafe extern "system" fn(_: *mut c_void, _: *mut i64) -> HRESULT
§GetQuotaLimitText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT
§GetQuotaUsed: unsafe extern "system" fn(_: *mut c_void, _: *mut i64) -> HRESULT
§GetQuotaUsedText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT
§GetQuotaInformation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT
§SetQuotaThreshold: unsafe extern "system" fn(_: *mut c_void, _: i64, _: BOOL) -> HRESULT
§SetQuotaLimit: unsafe extern "system" fn(_: *mut c_void, _: i64, _: BOOL) -> HRESULT
§Invalidate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetAccountStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Implementations§
§impl IDiskQuotaUser_Vtbl
impl IDiskQuotaUser_Vtbl
pub const fn new<Identity: IDiskQuotaUser_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDiskQuotaUser_Vtbl
impl RefUnwindSafe for IDiskQuotaUser_Vtbl
impl Send for IDiskQuotaUser_Vtbl
impl Sync for IDiskQuotaUser_Vtbl
impl Unpin for IDiskQuotaUser_Vtbl
impl UnwindSafe for IDiskQuotaUser_Vtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more