Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic applies to Windows Vista.
The get_AuxInputCount method retrieves a count of the number of auxiliary inputs on the demodulator.
Syntax
HRESULT get_AuxInputCount(
[in, out] ULONG *pulCompositeCount,
[in, out] ULONG *pulSvideoCount
);
Parameters
pulCompositeCount [in, out]
Pointer to a variable that receives a count of the number of composite-video input connectors on the device.pulSvideoCount [in, out]
Pointer to a variable that receives a count of the number of S-Video input connectors on the device.
Return Value
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
Note The pulCompositeCount and pulSvideoCount parameters are marked in the IDL file as [in, out] but are used as [out] parameters. To preserve binary compatibility with previous versions, they have not been changed.
Requirements
Header | Declared in Bdaiface.h. |
See Also
IBDA_AutoDemodulateEx Interface
Send comments about this topic to Microsoft
Build date: 12/4/2008