IWMDRMDevice::GetSecureClockChallenge method

The GetSecureClockChallenge method retrieves the secure clock challenge result.

Syntax

HRESULT GetSecureClockChallenge(
  [out] BYTE  **ppbChallenge,
  [out] DWORD *pcbChallenge
);

Parameters

ppbChallenge [out]

Retrieved challenge result.

pcbChallenge [out]

Size of the challenge result, 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