Struct windows::Win32::Globalization::IMultiLanguage3
pub struct IMultiLanguage3(/* private fields */);
Implementations§
§impl IMultiLanguage3
impl IMultiLanguage3
pub unsafe fn DetectOutboundCodePage<P0>(
&self,
dwflags: u32,
lpwidecharstr: &[u16],
puipreferredcodepages: Option<&[u32]>,
puidetectedcodepages: *mut u32,
pndetectedcodepages: *mut u32,
lpspecialchar: P0,
) -> Result<()>where
P0: Param<PCWSTR>,
pub unsafe fn DetectOutboundCodePageInIStream<P0, P1>(
&self,
dwflags: u32,
pstrin: P0,
puipreferredcodepages: Option<&[u32]>,
puidetectedcodepages: *mut u32,
pndetectedcodepages: *mut u32,
lpspecialchar: P1,
) -> Result<()>where
P0: Param<IStream>,
P1: Param<PCWSTR>,
Methods from Deref<Target = IMultiLanguage2>§
pub unsafe fn GetNumberOfCodePageInfo(&self) -> Result<u32>
pub unsafe fn GetCodePageInfo( &self, uicodepage: u32, langid: u16, pcodepageinfo: *mut MIMECPINFO, ) -> Result<()>
pub unsafe fn GetFamilyCodePage(&self, uicodepage: u32) -> Result<u32>
pub unsafe fn EnumCodePages( &self, grfflags: u32, langid: u16, ) -> Result<IEnumCodePage>
pub unsafe fn GetCharsetInfo<P0>(
&self,
charset: P0,
pcharsetinfo: *mut MIMECSETINFO,
) -> Result<()>where
P0: Param<BSTR>,
pub unsafe fn IsConvertible( &self, dwsrcencoding: u32, dwdstencoding: u32, ) -> Result<()>
pub unsafe fn ConvertString( &self, pdwmode: Option<*mut u32>, dwsrcencoding: u32, dwdstencoding: u32, psrcstr: Option<*const u8>, pcsrcsize: Option<*mut u32>, pdststr: Option<*mut u8>, pcdstsize: Option<*mut u32>, ) -> Result<()>
pub unsafe fn ConvertStringToUnicode<P0>(
&self,
pdwmode: Option<*mut u32>,
dwencoding: u32,
psrcstr: P0,
pcsrcsize: Option<*mut u32>,
pdststr: PWSTR,
pcdstsize: Option<*mut u32>,
) -> Result<()>where
P0: Param<PCSTR>,
pub unsafe fn ConvertStringFromUnicode<P0>(
&self,
pdwmode: Option<*mut u32>,
dwencoding: u32,
psrcstr: P0,
pcsrcsize: Option<*mut u32>,
pdststr: PSTR,
pcdstsize: Option<*mut u32>,
) -> Result<()>where
P0: Param<PCWSTR>,
pub unsafe fn ConvertStringReset(&self) -> Result<()>
pub unsafe fn GetRfc1766FromLcid(&self, locale: u32) -> Result<BSTR>
pub unsafe fn GetLcidFromRfc1766<P0>(
&self,
plocale: *mut u32,
bstrrfc1766: P0,
) -> Result<()>where
P0: Param<BSTR>,
pub unsafe fn EnumRfc1766(&self, langid: u16) -> Result<IEnumRfc1766>
pub unsafe fn GetRfc1766Info( &self, locale: u32, langid: u16, prfc1766info: *mut RFC1766INFO, ) -> Result<()>
pub unsafe fn CreateConvertCharset( &self, uisrccodepage: u32, uidstcodepage: u32, dwproperty: u32, ) -> Result<IMLangConvertCharset>
pub unsafe fn ConvertStringInIStream<P0, P1, P2>( &self, pdwmode: Option<*mut u32>, dwflag: u32, lpfallback: P0, dwsrcencoding: u32, dwdstencoding: u32, pstmin: P1, pstmout: P2, ) -> Result<()>
pub unsafe fn ConvertStringToUnicodeEx<P0, P1>(
&self,
pdwmode: Option<*mut u32>,
dwencoding: u32,
psrcstr: P0,
pcsrcsize: Option<*mut u32>,
pdststr: PWSTR,
pcdstsize: Option<*mut u32>,
dwflag: u32,
lpfallback: P1,
) -> Result<()>where
P0: Param<PCSTR>,
P1: Param<PCWSTR>,
pub unsafe fn ConvertStringFromUnicodeEx<P0, P1>(
&self,
pdwmode: Option<*mut u32>,
dwencoding: u32,
psrcstr: P0,
pcsrcsize: Option<*mut u32>,
pdststr: PSTR,
pcdstsize: Option<*mut u32>,
dwflag: u32,
lpfallback: P1,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
pub unsafe fn DetectCodepageInIStream<P0>(
&self,
dwflag: u32,
dwprefwincodepage: u32,
pstmin: P0,
lpencoding: *mut DetectEncodingInfo,
pnscores: *mut i32,
) -> Result<()>where
P0: Param<IStream>,
pub unsafe fn DetectInputCodepage<P0>(
&self,
dwflag: u32,
dwprefwincodepage: u32,
psrcstr: P0,
pcsrcsize: *mut i32,
lpencoding: *mut DetectEncodingInfo,
pnscores: *mut i32,
) -> Result<()>where
P0: Param<PCSTR>,
pub unsafe fn ValidateCodePage<P0>(
&self,
uicodepage: u32,
hwnd: P0,
) -> Result<()>where
P0: Param<HWND>,
pub unsafe fn GetCodePageDescription( &self, uicodepage: u32, lcid: u32, lpwidecharstr: &mut [u16], ) -> Result<()>
pub unsafe fn IsCodePageInstallable(&self, uicodepage: u32) -> Result<()>
pub unsafe fn SetMimeDBSource(&self, dwsource: MIMECONTF) -> Result<()>
pub unsafe fn GetNumberOfScripts(&self) -> Result<u32>
pub unsafe fn EnumScripts( &self, dwflags: u32, langid: u16, ) -> Result<IEnumScript>
pub unsafe fn ValidateCodePageEx<P0>(
&self,
uicodepage: u32,
hwnd: P0,
dwfiodcontrol: u32,
) -> Result<()>where
P0: Param<HWND>,
Trait Implementations§
§impl CanInto<IMultiLanguage2> for IMultiLanguage3
impl CanInto<IMultiLanguage2> for IMultiLanguage3
§impl CanInto<IUnknown> for IMultiLanguage3
impl CanInto<IUnknown> for IMultiLanguage3
§impl Clone for IMultiLanguage3
impl Clone for IMultiLanguage3
§fn clone(&self) -> IMultiLanguage3
fn clone(&self) -> IMultiLanguage3
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 more§impl Debug for IMultiLanguage3
impl Debug for IMultiLanguage3
§impl Deref for IMultiLanguage3
impl Deref for IMultiLanguage3
§impl From<&IMultiLanguage3> for &IMultiLanguage2
impl From<&IMultiLanguage3> for &IMultiLanguage2
§fn from(value: &IMultiLanguage3) -> Self
fn from(value: &IMultiLanguage3) -> Self
Converts to this type from the input type.
§impl From<&IMultiLanguage3> for &IUnknown
impl From<&IMultiLanguage3> for &IUnknown
§fn from(value: &IMultiLanguage3) -> Self
fn from(value: &IMultiLanguage3) -> Self
Converts to this type from the input type.
§impl From<IMultiLanguage3> for IMultiLanguage2
impl From<IMultiLanguage3> for IMultiLanguage2
§fn from(value: IMultiLanguage3) -> Self
fn from(value: IMultiLanguage3) -> Self
Converts to this type from the input type.
§impl From<IMultiLanguage3> for IUnknown
impl From<IMultiLanguage3> for IUnknown
§fn from(value: IMultiLanguage3) -> Self
fn from(value: IMultiLanguage3) -> Self
Converts to this type from the input type.
§impl Interface for IMultiLanguage3
impl Interface for IMultiLanguage3
§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface
implementation.§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
§fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
Attempts to cast the current interface to another interface using
QueryInterface
. Read more§fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. Read more§fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
§fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. &MyApp_Impl
, not the inner &MyApp
object. Read more§fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. MyApp_Impl
, not the inner MyApp
object. Read more§fn downgrade(&self) -> Result<Weak<Self>, Error>
fn downgrade(&self) -> Result<Weak<Self>, Error>
Attempts to create a [
Weak
] reference to this object.§impl PartialEq for IMultiLanguage3
impl PartialEq for IMultiLanguage3
§fn eq(&self, other: &IMultiLanguage3) -> bool
fn eq(&self, other: &IMultiLanguage3) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for IMultiLanguage3
impl StructuralPartialEq for IMultiLanguage3
Auto Trait Implementations§
impl Freeze for IMultiLanguage3
impl RefUnwindSafe for IMultiLanguage3
impl !Send for IMultiLanguage3
impl !Sync for IMultiLanguage3
impl Unpin for IMultiLanguage3
impl UnwindSafe for IMultiLanguage3
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)