Commit baea948b authored by Biswapriyo Nath's avatar Biswapriyo Nath Committed by Alexandre Julliard

include: Add IAMCameraControl definition in axextend.idl.

parent 26b8efc7
......@@ -1294,6 +1294,20 @@ interface IAMVfwCaptureDialogs : IUnknown
[
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,
uuid(6a2e0670-28e4-11d0-a18c-00a0c9118956),
pointer_default(unique)
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment