IAudioClock::GetCharacteristics method (audioclient.h)

The GetCharacteristics method is reserved for future use.

Syntax

HRESULT GetCharacteristics(
  [out] DWORD *pdwCharacteristics
);

Parameters

[out] pdwCharacteristics

Pointer to a DWORD variable into which the method writes a value that indicates the characteristics of the audio clock.

Return value

If the method succeeds, it returns S_OK. If it fails, possible return codes include, but are not limited to, the values shown in the following table.

Return code Description
E_POINTER
Parameter pdwCharacteristics is NULL.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 [desktop apps | UWP apps]
Target Platform Windows
Header audioclient.h

See also

IAudioClock Interface