pub struct IOleUILinkInfoW(/* private fields */);Implementations§
Source§impl IOleUILinkInfoW
impl IOleUILinkInfoW
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
pub unsafe fn GetLastUpdate( &self, dwlink: u32, lplastupdate: *mut FILETIME, ) -> ErrorCode
Trait Implementations§
Source§impl Clone for IOleUILinkInfoW
impl Clone for IOleUILinkInfoW
Source§fn clone(&self) -> IOleUILinkInfoW
fn clone(&self) -> IOleUILinkInfoW
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 IOleUILinkInfoW
impl Debug for IOleUILinkInfoW
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<&IOleUILinkInfoW> for IUnknown
impl From<&IOleUILinkInfoW> for IUnknown
Source§fn from(value: &IOleUILinkInfoW) -> Self
fn from(value: &IOleUILinkInfoW) -> 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<IOleUILinkInfoW> for IUnknown
impl From<IOleUILinkInfoW> for IUnknown
Source§fn from(value: IOleUILinkInfoW) -> Self
fn from(value: IOleUILinkInfoW) -> Self
Converts to this type from the input type.
Source§impl Interface for IOleUILinkInfoW
impl Interface for IOleUILinkInfoW
const IID: Guid
type Vtable = IOleUILinkInfoW_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 IOleUILinkInfoW
impl<'a> IntoParam<'a, IUnknown> for &'a IOleUILinkInfoW
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IOleUILinkInfoW
impl<'a> IntoParam<'a, IUnknown> for IOleUILinkInfoW
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IOleUILinkInfoW
impl PartialEq for IOleUILinkInfoW
impl Eq for IOleUILinkInfoW
impl StructuralPartialEq for IOleUILinkInfoW
Auto Trait Implementations§
impl Freeze for IOleUILinkInfoW
impl RefUnwindSafe for IOleUILinkInfoW
impl !Send for IOleUILinkInfoW
impl !Sync for IOleUILinkInfoW
impl Unpin for IOleUILinkInfoW
impl UnwindSafe for IOleUILinkInfoW
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