IIsdbCADescriptor::GetPrivateDataBytes 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.]
Gets the private data bytes from a conditional access (CA) descriptor.
Syntax
HRESULT GetPrivateDataBytes(
[in, out] BYTE *pbBufferLength,
[out] BYTE *pbBuffer
);
Parameters
[in, out] pbBufferLength
On input, specifies the length of the private data being retrieved, in bytes. On output, returns the actual data length.
[out] pbBuffer
Receives the conditional access private data.
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 |