summaryrefslogtreecommitdiff
path: root/vendor/windows-sys-0.45.0/src/Windows/Win32/UI/Wpf
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-01-08 00:21:28 +0300
committerValentin Popov <valentin@popov.link>2024-01-08 00:21:28 +0300
commit1b6a04ca5504955c571d1c97504fb45ea0befee4 (patch)
tree7579f518b23313e8a9748a88ab6173d5e030b227 /vendor/windows-sys-0.45.0/src/Windows/Win32/UI/Wpf
parent5ecd8cf2cba827454317368b68571df0d13d7842 (diff)
downloadfparkan-1b6a04ca5504955c571d1c97504fb45ea0befee4.tar.xz
fparkan-1b6a04ca5504955c571d1c97504fb45ea0befee4.zip
Initial vendor packages
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'vendor/windows-sys-0.45.0/src/Windows/Win32/UI/Wpf')
-rw-r--r--vendor/windows-sys-0.45.0/src/Windows/Win32/UI/Wpf/mod.rs86
1 files changed, 86 insertions, 0 deletions
diff --git a/vendor/windows-sys-0.45.0/src/Windows/Win32/UI/Wpf/mod.rs b/vendor/windows-sys-0.45.0/src/Windows/Win32/UI/Wpf/mod.rs
new file mode 100644
index 0000000..2d53d8e
--- /dev/null
+++ b/vendor/windows-sys-0.45.0/src/Windows/Win32/UI/Wpf/mod.rs
@@ -0,0 +1,86 @@
+pub type IMILBitmapEffect = *mut ::core::ffi::c_void;
+pub type IMILBitmapEffectConnections = *mut ::core::ffi::c_void;
+pub type IMILBitmapEffectConnectionsInfo = *mut ::core::ffi::c_void;
+pub type IMILBitmapEffectConnector = *mut ::core::ffi::c_void;
+pub type IMILBitmapEffectConnectorInfo = *mut ::core::ffi::c_void;
+pub type IMILBitmapEffectEvents = *mut ::core::ffi::c_void;
+pub type IMILBitmapEffectFactory = *mut ::core::ffi::c_void;
+pub type IMILBitmapEffectGroup = *mut ::core::ffi::c_void;
+pub type IMILBitmapEffectGroupImpl = *mut ::core::ffi::c_void;
+pub type IMILBitmapEffectImpl = *mut ::core::ffi::c_void;
+pub type IMILBitmapEffectInputConnector = *mut ::core::ffi::c_void;
+pub type IMILBitmapEffectInteriorInputConnector = *mut ::core::ffi::c_void;
+pub type IMILBitmapEffectInteriorOutputConnector = *mut ::core::ffi::c_void;
+pub type IMILBitmapEffectOutputConnector = *mut ::core::ffi::c_void;
+pub type IMILBitmapEffectOutputConnectorImpl = *mut ::core::ffi::c_void;
+pub type IMILBitmapEffectPrimitive = *mut ::core::ffi::c_void;
+pub type IMILBitmapEffectPrimitiveImpl = *mut ::core::ffi::c_void;
+pub type IMILBitmapEffectRenderContext = *mut ::core::ffi::c_void;
+pub type IMILBitmapEffectRenderContextImpl = *mut ::core::ffi::c_void;
+pub type IMILBitmapEffects = *mut ::core::ffi::c_void;
+#[doc = "*Required features: `\"Win32_UI_Wpf\"`*"]
+pub const CLSID_MILBitmapEffectBevel: ::windows_sys::core::GUID = ::windows_sys::core::GUID::from_u128(0xfd361dbe_6c9b_4de0_8290_f6400c2737ed);
+#[doc = "*Required features: `\"Win32_UI_Wpf\"`*"]
+pub const CLSID_MILBitmapEffectBlur: ::windows_sys::core::GUID = ::windows_sys::core::GUID::from_u128(0xa924df87_225d_4373_8f5b_b90ec85ae3de);
+#[doc = "*Required features: `\"Win32_UI_Wpf\"`*"]
+pub const CLSID_MILBitmapEffectDropShadow: ::windows_sys::core::GUID = ::windows_sys::core::GUID::from_u128(0x459a3fbe_d8ac_4692_874b_7a265715aa16);
+#[doc = "*Required features: `\"Win32_UI_Wpf\"`*"]
+pub const CLSID_MILBitmapEffectEmboss: ::windows_sys::core::GUID = ::windows_sys::core::GUID::from_u128(0xcd299846_824f_47ec_a007_12aa767f2816);
+#[doc = "*Required features: `\"Win32_UI_Wpf\"`*"]
+pub const CLSID_MILBitmapEffectGroup: ::windows_sys::core::GUID = ::windows_sys::core::GUID::from_u128(0xac9c1a9a_7e18_4f64_ac7e_47cf7f051e95);
+#[doc = "*Required features: `\"Win32_UI_Wpf\"`*"]
+pub const CLSID_MILBitmapEffectOuterGlow: ::windows_sys::core::GUID = ::windows_sys::core::GUID::from_u128(0xe2161bdd_7eb6_4725_9c0b_8a2a1b4f0667);
+#[doc = "*Required features: `\"Win32_UI_Wpf\"`*"]
+pub const MILBITMAPEFFECT_SDK_VERSION: u32 = 16777216u32;
+#[repr(C)]
+#[doc = "*Required features: `\"Win32_UI_Wpf\"`*"]
+pub struct MILMatrixF {
+ pub _11: f64,
+ pub _12: f64,
+ pub _13: f64,
+ pub _14: f64,
+ pub _21: f64,
+ pub _22: f64,
+ pub _23: f64,
+ pub _24: f64,
+ pub _31: f64,
+ pub _32: f64,
+ pub _33: f64,
+ pub _34: f64,
+ pub _41: f64,
+ pub _42: f64,
+ pub _43: f64,
+ pub _44: f64,
+}
+impl ::core::marker::Copy for MILMatrixF {}
+impl ::core::clone::Clone for MILMatrixF {
+ fn clone(&self) -> Self {
+ *self
+ }
+}
+#[repr(C)]
+#[doc = "*Required features: `\"Win32_UI_Wpf\"`*"]
+pub struct MilPoint2D {
+ pub X: f64,
+ pub Y: f64,
+}
+impl ::core::marker::Copy for MilPoint2D {}
+impl ::core::clone::Clone for MilPoint2D {
+ fn clone(&self) -> Self {
+ *self
+ }
+}
+#[repr(C)]
+#[doc = "*Required features: `\"Win32_UI_Wpf\"`*"]
+pub struct MilRectD {
+ pub left: f64,
+ pub top: f64,
+ pub right: f64,
+ pub bottom: f64,
+}
+impl ::core::marker::Copy for MilRectD {}
+impl ::core::clone::Clone for MilRectD {
+ fn clone(&self) -> Self {
+ *self
+ }
+}