IMFClock::GetProperties Method

Retrieves the properties of the clock.

Syntax

public:
HRESULT GetProperties(
         MFCLOCK_PROPERTIES *pClockProperties
)  

Parameters

pClockProperties
Type: MFCLOCK_PROPERTIES *

[out]

Pointer to an MFCLOCK_PROPERTIES structure that receives the properties.

Return value

Type: HRESULT 

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

Return codes
Return code Description
S_OK The method succeeded.

Refer to Media Foundation return codes.

Requirements

Header: Declared in mfidl.h.

Library: Use mfuuid.lib.