Struct winapi::dwrite::IDWriteLocalizedStrings
[−]
[src]
pub struct IDWriteLocalizedStrings { pub lpVtbl: *const IDWriteLocalizedStringsVtbl, }
Fields
lpVtbl |
Methods
impl IDWriteLocalizedStrings
[src]
unsafe fn GetCount(&mut self) -> UINT32
unsafe fn FindLocaleName(&mut self, localeName: *const WCHAR, index: *mut UINT32, exists: *mut BOOL) -> HRESULT
unsafe fn GetLocaleNameLength(&mut self, index: UINT32, length: *mut UINT32) -> HRESULT
unsafe fn GetLocaleName(&mut self, index: UINT32, localeName: *mut WCHAR, size: UINT32) -> HRESULT
unsafe fn GetStringLength(&mut self, index: UINT32, length: *mut UINT32) -> HRESULT
unsafe fn GetString(&mut self, index: UINT32, stringBuffer: *mut WCHAR, size: UINT32) -> HRESULT
Methods from Deref<Target=IUnknown>
unsafe fn QueryInterface(&mut self, riid: REFIID, ppvObject: *mut *mut c_void) -> HRESULT
unsafe fn AddRef(&mut self) -> ULONG
unsafe fn Release(&mut self) -> ULONG
Trait Implementations
impl Deref for IDWriteLocalizedStrings
[src]
type Target = IUnknown
The resulting type after dereferencing
fn deref(&self) -> &IUnknown
The method called to dereference a value