pub struct IAccPropServices(/* private fields */);Implementations§
Source§impl IAccPropServices
impl IAccPropServices
pub unsafe fn SetPropValue<'a>( &self, pidstring: *const u8, dwidstringlen: u32, idprop: impl IntoParam<'a, Guid>, var: impl IntoParam<'a, VARIANT>, ) -> Result<(), Error>
pub unsafe fn SetPropServer<'a>( &self, pidstring: *const u8, dwidstringlen: u32, paprops: *const Guid, cprops: i32, pserver: impl IntoParam<'a, IAccPropServer>, annoscope: AnnoScope, ) -> Result<(), Error>
pub unsafe fn ClearProps( &self, pidstring: *const u8, dwidstringlen: u32, paprops: *const Guid, cprops: i32, ) -> Result<(), Error>
pub unsafe fn SetHwndProp<'a>( &self, hwnd: impl IntoParam<'a, HWND>, idobject: u32, idchild: u32, idprop: impl IntoParam<'a, Guid>, var: impl IntoParam<'a, VARIANT>, ) -> Result<(), Error>
pub unsafe fn SetHwndPropStr<'a>( &self, hwnd: impl IntoParam<'a, HWND>, idobject: u32, idchild: u32, idprop: impl IntoParam<'a, Guid>, str: impl IntoParam<'a, PWSTR>, ) -> Result<(), Error>
pub unsafe fn SetHwndPropServer<'a>( &self, hwnd: impl IntoParam<'a, HWND>, idobject: u32, idchild: u32, paprops: *const Guid, cprops: i32, pserver: impl IntoParam<'a, IAccPropServer>, annoscope: AnnoScope, ) -> Result<(), Error>
pub unsafe fn ClearHwndProps<'a>( &self, hwnd: impl IntoParam<'a, HWND>, idobject: u32, idchild: u32, paprops: *const Guid, cprops: i32, ) -> Result<(), Error>
pub unsafe fn ComposeHwndIdentityString<'a>( &self, hwnd: impl IntoParam<'a, HWND>, idobject: u32, idchild: u32, ppidstring: *mut *mut u8, pdwidstringlen: *mut u32, ) -> Result<(), Error>
pub unsafe fn DecomposeHwndIdentityString( &self, pidstring: *const u8, dwidstringlen: u32, phwnd: *mut HWND, pidobject: *mut u32, pidchild: *mut u32, ) -> Result<(), Error>
Trait Implementations§
Source§impl Clone for IAccPropServices
impl Clone for IAccPropServices
Source§fn clone(&self) -> IAccPropServices
fn clone(&self) -> IAccPropServices
Returns a copy 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 IAccPropServices
impl Debug for IAccPropServices
Source§impl Interface for IAccPropServices
impl Interface for IAccPropServices
Source§impl PartialEq for IAccPropServices
impl PartialEq for IAccPropServices
impl Eq for IAccPropServices
impl StructuralPartialEq for IAccPropServices
Auto Trait Implementations§
impl Freeze for IAccPropServices
impl RefUnwindSafe for IAccPropServices
impl !Send for IAccPropServices
impl !Sync for IAccPropServices
impl Unpin for IAccPropServices
impl UnwindSafe for IAccPropServices
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