IAudioClock::GetCharacteristics method
The GetCharacteristics method is reserved for future use.
Syntax
HRESULT GetCharacteristics( [out] 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 |
|---|---|
|
Parameter pdwCharacteristics is NULL. |
Requirements
|
Minimum supported client |
Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8 |
|
Header |
|
See also