From 527f3651516ee1f9aa8982b9e597710989c401ff Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 21 Dec 2020 21:52:37 +0530 Subject: [PATCH 2/2] include: Add IAMCameraControl definition in axextend.idl. Signed-off-by: Biswapriyo Nath --- include/axextend.idl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/include/axextend.idl b/include/axextend.idl index 7630ea2..155dea5 100644 --- a/include/axextend.idl +++ b/include/axextend.idl @@ -1291,6 +1291,20 @@ interface IAMVfwCaptureDialogs : IUnknown [in] long data2); } +[ + local, + object, + uuid(c6e13370-30ac-11d0-a18c-00a0c9118956), + pointer_default(unique) +] +interface IAMCameraControl : IUnknown +{ + HRESULT GetRange([in] long property, [out] long *min, [out] long *max, + [out] long *stepping_delta, [out] long *default_value, [out] long *flags); + HRESULT Set([in] long property, [in] long property_value, [in] long flags); + HRESULT Get([in] long property, [out] long *property_value, [out] long *flags); +} + [ local, object, -- 2.29.2