Struct windows::Win32::System::RemoteDesktop::ItsPubPlugin_Vtbl
#[repr(C)]pub struct ItsPubPlugin_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetResourceList: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut i32, _: *mut *mut pluginResource) -> HRESULT,
pub GetResource: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32, _: *mut pluginResource) -> HRESULT,
pub GetCacheLastUpdateTime: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT,
pub pluginName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub pluginVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub ResolveResource: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: PWSTR, _: PWSTR, _: PCWSTR, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetResourceList: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut i32, _: *mut *mut pluginResource) -> HRESULT
§GetResource: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: i32, _: *mut pluginResource) -> HRESULT
§GetCacheLastUpdateTime: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT
§pluginName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§pluginVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§ResolveResource: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: PWSTR, _: PWSTR, _: PCWSTR, _: PCWSTR) -> HRESULT
Implementations§
§impl ItsPubPlugin_Vtbl
impl ItsPubPlugin_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ItsPubPlugin_Vtblwhere
Identity: ItsPubPlugin_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ItsPubPlugin_Vtbl
impl RefUnwindSafe for ItsPubPlugin_Vtbl
impl Send for ItsPubPlugin_Vtbl
impl Sync for ItsPubPlugin_Vtbl
impl Unpin for ItsPubPlugin_Vtbl
impl UnwindSafe for ItsPubPlugin_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