Struct windows::Win32::Storage::FileSystem::IDiskQuotaControl_Vtbl
#[repr(C)]pub struct IDiskQuotaControl_Vtbl {Show 22 fields
pub base__: IConnectionPointContainer_Vtbl,
pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: BOOL) -> HRESULT,
pub SetQuotaState: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetQuotaState: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetQuotaLogFlags: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetQuotaLogFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetDefaultQuotaThreshold: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub GetDefaultQuotaThreshold: unsafe extern "system" fn(_: *mut c_void, _: *mut i64) -> HRESULT,
pub GetDefaultQuotaThresholdText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT,
pub SetDefaultQuotaLimit: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub GetDefaultQuotaLimit: unsafe extern "system" fn(_: *mut c_void, _: *mut i64) -> HRESULT,
pub GetDefaultQuotaLimitText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT,
pub AddUserSid: unsafe extern "system" fn(_: *mut c_void, _: PSID, _: DISKQUOTA_USERNAME_RESOLVE, _: *mut *mut c_void) -> HRESULT,
pub AddUserName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: DISKQUOTA_USERNAME_RESOLVE, _: *mut *mut c_void) -> HRESULT,
pub DeleteUser: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub FindUserSid: unsafe extern "system" fn(_: *mut c_void, _: PSID, _: DISKQUOTA_USERNAME_RESOLVE, _: *mut *mut c_void) -> HRESULT,
pub FindUserName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void) -> HRESULT,
pub CreateEnumUsers: unsafe extern "system" fn(_: *mut c_void, _: *mut PSID, _: u32, _: DISKQUOTA_USERNAME_RESOLVE, _: *mut *mut c_void) -> HRESULT,
pub CreateUserBatch: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub InvalidateSidNameCache: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GiveUserNameResolutionPriority: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ShutdownNameResolution: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IConnectionPointContainer_Vtbl
§Initialize: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: BOOL) -> HRESULT
§SetQuotaState: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§GetQuotaState: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetQuotaLogFlags: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§GetQuotaLogFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetDefaultQuotaThreshold: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§GetDefaultQuotaThreshold: unsafe extern "system" fn(_: *mut c_void, _: *mut i64) -> HRESULT
§GetDefaultQuotaThresholdText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT
§SetDefaultQuotaLimit: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§GetDefaultQuotaLimit: unsafe extern "system" fn(_: *mut c_void, _: *mut i64) -> HRESULT
§GetDefaultQuotaLimitText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT
§AddUserSid: unsafe extern "system" fn(_: *mut c_void, _: PSID, _: DISKQUOTA_USERNAME_RESOLVE, _: *mut *mut c_void) -> HRESULT
§AddUserName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: DISKQUOTA_USERNAME_RESOLVE, _: *mut *mut c_void) -> HRESULT
§DeleteUser: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§FindUserSid: unsafe extern "system" fn(_: *mut c_void, _: PSID, _: DISKQUOTA_USERNAME_RESOLVE, _: *mut *mut c_void) -> HRESULT
§FindUserName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void) -> HRESULT
§CreateEnumUsers: unsafe extern "system" fn(_: *mut c_void, _: *mut PSID, _: u32, _: DISKQUOTA_USERNAME_RESOLVE, _: *mut *mut c_void) -> HRESULT
§CreateUserBatch: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§InvalidateSidNameCache: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GiveUserNameResolutionPriority: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ShutdownNameResolution: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IDiskQuotaControl_Vtbl
impl IDiskQuotaControl_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDiskQuotaControl_Vtblwhere
Identity: IDiskQuotaControl_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDiskQuotaControl_Vtbl
impl RefUnwindSafe for IDiskQuotaControl_Vtbl
impl Send for IDiskQuotaControl_Vtbl
impl Sync for IDiskQuotaControl_Vtbl
impl Unpin for IDiskQuotaControl_Vtbl
impl UnwindSafe for IDiskQuotaControl_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