The GetCharacteristics method is reserved for future use.
public:
HRESULT GetCharacteristics(
DWORD *pdwCharacteristics
)
pdwCharacteristics
Type: DWORDÂ *
[out]
Pointer to a DWORD variable into which the method writes a value that indicates the characteristics of the audio clock.
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 code | Description |
|---|---|
| E_POINTER | Parameter pdwCharacteristics is NULL. |
Refer to WASAPI error codes.
Header: Declared in audioclient.h.
Library: Use mmdevapi.lib.