IAudioClock::GetCharacteristics Method

The GetCharacteristics method is reserved for future use.

Syntax

public:
HRESULT GetCharacteristics(
         DWORD *pdwCharacteristics
)  

Parameters

pdwCharacteristics
Type: DWORD *

[out]

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

Return value

Type: HRESULT 

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 codes
Return code Description
E_POINTER Parameter pdwCharacteristics is NULL.

Refer to WASAPI error codes.

Remarks

Requirements

Header: Declared in audioclient.h.

Library: Use mmdevapi.lib.

See also

IAudioClock

IAudioClock Members