IAudioClock::GetCharacteristics
Previous | Next |
IAudioClock::GetCharacteristics
The GetCharacteristics method is reserved for future use.
HRESULT GetCharacteristics( DWORD *pdwCharacteristics );
Parameters
pdwCharacteristics
[out] 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
Client: Windows Vista
Header: Include Audioclient.h.
See Also
Previous | Next |