IBDA_SignalProperties::GetSignalSource method (bdaiface.h)
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
This topic applies to Update Rollup 2 for Microsoft Windows XP Media Center Edition 2005 and later.
The GetSignalSource method retrieves the signal source for the current tuning request.
Syntax
HRESULT GetSignalSource(
[in, out] ULONG *pulSignalSource
);
Parameters
[in, out] pulSignalSource
Receives a value identifying the signal source. The value is an arbitrary identifier set by the network provider. If two tuners share the same signal source, they should have the same identifier.
Return value
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
This method returns whatever value was last set by calling IBDA_SignalProperties::PutSignalSource.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | bdaiface.h |