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

pub const fn new<Identity, const OFFSET: isize>() -> IDiskQuotaControl_Vtbl
where Identity: IDiskQuotaControl_Impl + IUnknownImpl,

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.