#[repr(C)]pub struct IAccPropServices {
pub lpVtbl: *const IAccPropServicesVtbl,
}
Fields§
§lpVtbl: *const IAccPropServicesVtbl
Implementations§
Source§impl IAccPropServices
impl IAccPropServices
pub unsafe fn SetPropValue( &self, pIDString: *const BYTE, dwIDStringLen: DWORD, idProp: MSAAPROPID, var: VARIANT, ) -> HRESULT
pub unsafe fn SetPropServer( &self, pIDString: *const BYTE, dwIDStringLen: DWORD, paProps: *const MSAAPROPID, cProps: c_int, pServer: *mut IAccPropServer, annoScope: AnnoScope, ) -> HRESULT
pub unsafe fn ClearProps( &self, pIDString: *const BYTE, dwIDStringLen: DWORD, paProps: *const MSAAPROPID, cProps: c_int, ) -> HRESULT
pub unsafe fn SetHwndProp( &self, hwnd: HWND, idObject: DWORD, idChild: DWORD, idProp: MSAAPROPID, var: VARIANT, ) -> HRESULT
pub unsafe fn SetHwndPropStr( &self, hwnd: HWND, idObject: DWORD, idChild: DWORD, idProp: MSAAPROPID, str_: LPCWSTR, ) -> HRESULT
pub unsafe fn SetHwndPropServer( &self, hwnd: HWND, idObject: DWORD, idChild: DWORD, paProps: *const MSAAPROPID, cProps: c_int, pServer: *mut IAccPropServer, annoScope: AnnoScope, ) -> HRESULT
pub unsafe fn ClearHwndProps( &self, hwnd: HWND, idObject: DWORD, idChild: DWORD, paProps: *const MSAAPROPID, cProps: c_int, ) -> HRESULT
pub unsafe fn ComposeHwndIdentityString( &self, hwnd: HWND, idObject: DWORD, idChild: DWORD, ppIDString: *mut *mut BYTE, pdwIDStringLen: *mut DWORD, ) -> HRESULT
pub unsafe fn DecomposeHwndIdentityString( &self, pIDString: *const BYTE, dwIDStringLen: DWORD, phwnd: *mut HWND, pidObject: *mut DWORD, pidChild: *mut DWORD, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IAccPropServices
impl Deref 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