共用方式為


IWMDRMDevice::SetSecureClockResponse 方法

SetSecureClockResponse方法會設定安全時鐘回應。

語法

HRESULT SetSecureClockResponse(
  [in] BYTE  *pbResponse,
  [in] DWORD cbResponse
);

參數

pbResponse [in]

要設定的安全時鐘回應。

cbResponse [in]

安全時鐘回應的指定大小,以位元組為單位。

傳回值

方法會傳回 HRESULT。 可能的值包括 (但不限於) 下表中的這些值。

傳回碼 描述
S_OK
此方法已成功。

規格需求

需求
標頭
WMDDRMSP.idl
程式庫
Mssachlp.lib

另請參閱

GetSecureClock

IWMDRMDevice 介面