Home
last modified time | relevance | path

Searched defs:IDWriteStringList (Results 1 – 5 of 5) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Ddwrite_3.h24 interface IDWriteStringList; variable
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddwrite_3.h47 typedef interface IDWriteStringList IDWriteStringList; typedef
49 interface IDWriteStringList; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddwrite_3.h47 typedef interface IDWriteStringList IDWriteStringList; typedef
49 interface IDWriteStringList; variable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectWrite/
H A Dmod.rs11727 …nsafe fn GetPropertyValues(&self, propertyid: DWRITE_FONT_PROPERTY_ID) -> ::windows::runtime::Resu… in GetPropertyValues()
11732 …propertyid: DWRITE_FONT_PROPERTY_ID, preferredlocalenames: Param1) -> ::windows::runtime::Result<I… in GetPropertyValues2()
11823 …nsafe fn GetPropertyValues(&self, propertyid: DWRITE_FONT_PROPERTY_ID) -> ::windows::runtime::Resu… in GetPropertyValues()
11828 …propertyid: DWRITE_FONT_PROPERTY_ID, preferredlocalenames: Param1) -> ::windows::runtime::Result<I… in GetPropertyValues2()
12009 …nsafe fn GetPropertyValues(&self, propertyid: DWRITE_FONT_PROPERTY_ID) -> ::windows::runtime::Resu… in GetPropertyValues()
12221 …nsafe fn GetPropertyValues(&self, propertyid: DWRITE_FONT_PROPERTY_ID) -> ::windows::runtime::Resu… in GetPropertyValues()
13860 pub struct IDWriteStringList(::windows::runtime::IUnknown); struct
13861 impl IDWriteStringList { implementation
13882 unsafe impl ::windows::runtime::Interface for IDWriteStringList { implementation
13896 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IDWriteStringList { implementation
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/DirectWrite/
H A Dmod.rs1379 pub type IDWriteStringList = *mut ::core::ffi::c_void; typedef