IBDA_ISDBConditionalAccess::SetIsdbCasRequest 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.]
Sends a conditional access system (CAS) command for Integrated Services Digital Broadcasting (ISDB).
Syntax
HRESULT SetIsdbCasRequest(
[in] ULONG ulRequestId,
[in] ULONG ulcbRequestBufferLen,
[in] BYTE *pbRequestBuffer
);
Parameters
[in] ulRequestId
The numeric code for the CAS command. The ARIB standard defines these values. Enumeration constants for some commands are defined in the ISDBCAS_REQUEST_ID enumeration.
[in] ulcbRequestBufferLen
Size of the pbRequestBuffer array, in bytes.
[in] pbRequestBuffer
Pointer to a byte array that contains the data for the command.
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 | Windows Server�2008�R2 [desktop apps only] |
Target Platform | Windows |
Header | bdaiface.h |