Share via


IWMDRMDevice::SetSecureClockResponse

banner art

The SetSecureClockResponse method sets the secure clock response.

Syntax

HRESULT SetSecureClockResponse(BYTE*pbResponse,DWORDcbResponse);

Parameters

pbResponse

[in]  The secure clock response to be set.

cbResponse

[in]  The specified size of the secure clock response, in bytes.

Return Values

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK The method succeeded.

Requirements

Header: Defined in WMDDRMSP.idl.

Library: mssachlp.lib

See Also