summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys/src/Windows/Devices/Perception/Provider/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys/src/Windows/Devices/Perception/Provider/mod.rs')
-rw-r--r--vendor/windows-sys/src/Windows/Devices/Perception/Provider/mod.rs12
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/windows-sys/src/Windows/Devices/Perception/Provider/mod.rs b/vendor/windows-sys/src/Windows/Devices/Perception/Provider/mod.rs
new file mode 100644
index 000000000..5eab7c411
--- /dev/null
+++ b/vendor/windows-sys/src/Windows/Devices/Perception/Provider/mod.rs
@@ -0,0 +1,12 @@
+pub type IPerceptionFrameProvider = *mut ::core::ffi::c_void;
+pub type IPerceptionFrameProviderManager = *mut ::core::ffi::c_void;
+pub type PerceptionControlGroup = *mut ::core::ffi::c_void;
+pub type PerceptionCorrelation = *mut ::core::ffi::c_void;
+pub type PerceptionCorrelationGroup = *mut ::core::ffi::c_void;
+pub type PerceptionFaceAuthenticationGroup = *mut ::core::ffi::c_void;
+pub type PerceptionFrame = *mut ::core::ffi::c_void;
+pub type PerceptionFrameProviderInfo = *mut ::core::ffi::c_void;
+pub type PerceptionPropertyChangeRequest = *mut ::core::ffi::c_void;
+pub type PerceptionStartFaceAuthenticationHandler = *mut ::core::ffi::c_void;
+pub type PerceptionStopFaceAuthenticationHandler = *mut ::core::ffi::c_void;
+pub type PerceptionVideoFrameAllocator = *mut ::core::ffi::c_void;