Struct IMSMQQueueInfo_Vtbl
#[repr(C)]pub struct IMSMQQueueInfo_Vtbl {Show 31 fields
pub base__: IDispatch_Vtbl,
pub QueueGuid: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ServiceTypeGuid: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetServiceTypeGuid: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Label: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetLabel: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub PathName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetPathName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub FormatName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetFormatName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub IsTransactional: unsafe extern "system" fn(_: *mut c_void, _: *mut i16) -> HRESULT,
pub PrivLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetPrivLevel: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Journal: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetJournal: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Quota: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetQuota: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub BasePriority: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetBasePriority: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub CreateTime: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub ModifyTime: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub Authenticate: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetAuthenticate: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub JournalQuota: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetJournalQuota: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub IsWorldReadable: unsafe extern "system" fn(_: *mut c_void, _: *mut i16) -> HRESULT,
pub Create: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT, _: *const VARIANT) -> HRESULT,
pub Delete: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Open: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut *mut c_void) -> HRESULT,
pub Refresh: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Update: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}Fields§
§base__: IDispatch_Vtbl§QueueGuid: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ServiceTypeGuid: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetServiceTypeGuid: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Label: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetLabel: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§PathName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetPathName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§FormatName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetFormatName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§IsTransactional: unsafe extern "system" fn(_: *mut c_void, _: *mut i16) -> HRESULT§PrivLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetPrivLevel: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§Journal: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetJournal: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§Quota: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetQuota: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§BasePriority: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetBasePriority: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§CreateTime: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT§ModifyTime: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT§Authenticate: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetAuthenticate: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§JournalQuota: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetJournalQuota: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§IsWorldReadable: unsafe extern "system" fn(_: *mut c_void, _: *mut i16) -> HRESULT§Create: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT, _: *const VARIANT) -> HRESULT§Delete: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Open: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut *mut c_void) -> HRESULT§Refresh: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Update: unsafe extern "system" fn(_: *mut c_void) -> HRESULTImplementations§
§impl IMSMQQueueInfo_Vtbl
impl IMSMQQueueInfo_Vtbl
pub const fn new<Identity: IMSMQQueueInfo_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMSMQQueueInfo_Vtbl
impl RefUnwindSafe for IMSMQQueueInfo_Vtbl
impl Send for IMSMQQueueInfo_Vtbl
impl Sync for IMSMQQueueInfo_Vtbl
impl Unpin for IMSMQQueueInfo_Vtbl
impl UnwindSafe for IMSMQQueueInfo_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