Retrieves the characteristics of the clock.
public:
HRESULT GetClockCharacteristics(
DWORD *pdwCharacteristics
)
pdwCharacteristics
Type: DWORDÂ *
[out]
Receives a bitwise OR of values from the MFCLOCK_CHARACTERISTICS_FLAGS enumeration indicating the characteristics of the clock.
Type: HRESULTÂ
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. |
Refer to Media Foundation return codes.
Header: Declared in mfidl.h.
Library: Use mfuuid.lib.