IPBDASiParser::GetServices method (dvbsiparser.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.]
Retrieves a list of services from the program and system information protocol (PSIP) tables in a Protected Broadcast Device Architecture (PBDA) transport stream.
Syntax
HRESULT GetServices(
[in] DWORD dwSize,
[in] const BYTE *pBuffer,
[out] IPBDA_Services **ppServices
);
Parameters
[in] dwSize
Size of the buffer that receives the service list, in bytes.
[in] pBuffer
Receives the buffer for services.
[out] ppServices
Receives an IPBDA_Services interface pointer. The caller must release this interface.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows�7 [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | dvbsiparser.h |