pub struct IOleUILinkContainerW(/* private fields */);Implementations§
Source§impl IOleUILinkContainerW
impl IOleUILinkContainerW
pub unsafe fn GetNextLink(&self, dwlink: u32) -> u32
pub unsafe fn SetLinkUpdateOptions( &self, dwlink: u32, dwupdateopt: u32, ) -> ErrorCode
pub unsafe fn GetLinkUpdateOptions( &self, dwlink: u32, lpdwupdateopt: *mut u32, ) -> ErrorCode
pub unsafe fn SetLinkSource<'a, T1__: IntoParam<'a, PWSTR>, T4__: IntoParam<'a, BOOL>>( &self, dwlink: u32, lpszdisplayname: T1__, lenfilename: u32, pcheaten: *mut u32, fvalidatesource: T4__, ) -> ErrorCode
pub unsafe fn GetLinkSource( &self, dwlink: u32, lplpszdisplayname: *mut PWSTR, lplenfilename: *mut u32, lplpszfulllinktype: *mut PWSTR, lplpszshortlinktype: *mut PWSTR, lpfsourceavailable: *mut BOOL, lpfisselected: *mut BOOL, ) -> ErrorCode
pub unsafe fn OpenLinkSource(&self, dwlink: u32) -> ErrorCode
pub unsafe fn UpdateLink<'a, T1__: IntoParam<'a, BOOL>, T2__: IntoParam<'a, BOOL>>( &self, dwlink: u32, ferrormessage: T1__, freserved: T2__, ) -> ErrorCode
pub unsafe fn CancelLink(&self, dwlink: u32) -> ErrorCode
Trait Implementations§
Source§impl Clone for IOleUILinkContainerW
impl Clone for IOleUILinkContainerW
Source§fn clone(&self) -> IOleUILinkContainerW
fn clone(&self) -> IOleUILinkContainerW
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IOleUILinkContainerW
impl Debug for IOleUILinkContainerW
Source§impl From<&IOleUILinkContainerW> for IUnknown
impl From<&IOleUILinkContainerW> for IUnknown
Source§fn from(value: &IOleUILinkContainerW) -> Self
fn from(value: &IOleUILinkContainerW) -> Self
Converts to this type from the input type.
Source§impl From<&IOleUILinkInfoW> for IOleUILinkContainerW
impl From<&IOleUILinkInfoW> for IOleUILinkContainerW
Source§fn from(value: &IOleUILinkInfoW) -> Self
fn from(value: &IOleUILinkInfoW) -> Self
Converts to this type from the input type.
Source§impl From<IOleUILinkContainerW> for IUnknown
impl From<IOleUILinkContainerW> for IUnknown
Source§fn from(value: IOleUILinkContainerW) -> Self
fn from(value: IOleUILinkContainerW) -> Self
Converts to this type from the input type.
Source§impl From<IOleUILinkInfoW> for IOleUILinkContainerW
impl From<IOleUILinkInfoW> for IOleUILinkContainerW
Source§fn from(value: IOleUILinkInfoW) -> Self
fn from(value: IOleUILinkInfoW) -> Self
Converts to this type from the input type.
Source§impl Interface for IOleUILinkContainerW
impl Interface for IOleUILinkContainerW
const IID: Guid
type Vtable = IOleUILinkContainerW_abi
Source§impl<'a> IntoParam<'a, IOleUILinkContainerW> for &'a IOleUILinkInfoW
impl<'a> IntoParam<'a, IOleUILinkContainerW> for &'a IOleUILinkInfoW
fn into_param(self) -> Param<'a, IOleUILinkContainerW>
Source§impl<'a> IntoParam<'a, IOleUILinkContainerW> for IOleUILinkInfoW
impl<'a> IntoParam<'a, IOleUILinkContainerW> for IOleUILinkInfoW
fn into_param(self) -> Param<'a, IOleUILinkContainerW>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IOleUILinkContainerW
impl<'a> IntoParam<'a, IUnknown> for &'a IOleUILinkContainerW
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IOleUILinkContainerW
impl<'a> IntoParam<'a, IUnknown> for IOleUILinkContainerW
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IOleUILinkContainerW
impl PartialEq for IOleUILinkContainerW
impl Eq for IOleUILinkContainerW
impl StructuralPartialEq for IOleUILinkContainerW
Auto Trait Implementations§
impl Freeze for IOleUILinkContainerW
impl RefUnwindSafe for IOleUILinkContainerW
impl !Send for IOleUILinkContainerW
impl !Sync for IOleUILinkContainerW
impl Unpin for IOleUILinkContainerW
impl UnwindSafe for IOleUILinkContainerW
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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