Skip to content

Latest commit

 

History

History
98 lines (55 loc) · 1.87 KB

iwmdrmdevice-setsecureclockresponse.md

File metadata and controls

98 lines (55 loc) · 1.87 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
IWMDRMDevice SetSecureClockResponse method
The SetSecureClockResponse method sets the secure clock response.
3f0a1487-d8c4-478d-bfb0-8d09931fd4b6
SetSecureClockResponse method windows Media Device Manager
SetSecureClockResponse method windows Media Device Manager , IWMDRMDevice interface
IWMDRMDevice interface windows Media Device Manager , SetSecureClockResponse method
apiref
IWMDRMDevice.SetSecureClockResponse
mssachlp.lib
mssachlp.dll
COM
reference
05/31/2018

IWMDRMDevice::SetSecureClockResponse method

The SetSecureClockResponse method sets the secure clock response.

Syntax

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

Parameters

pbResponse [in]

The secure clock response to be set.

cbResponse [in]

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

Return value

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

Requirement Value
Header
WMDDRMSP.idl
Library
Mssachlp.lib

See also

GetSecureClock

IWMDRMDevice Interface