Microsoft DirectX 8.1 (C++) |
Not implemented in DirectX 8.1.
The GetAudioPathConfig method retrieves an object that represents the audiopath configuration for the song.
Syntax
HRESULT GetAudioPathConfig(
IUnknown ** ppAudioPathConfig
);
Parameters
ppAudioPathConfig
Address of a variable that receives a pointer to the IUnknown interface of the audiopath configuration object.
Return Values
If the method succeeds, the return value is S_OK or DMUS_S_GARBAGE_COLLECTED. See Garbage Collection.
If it fails, the method can return one of the error values shown in the following table.
Return code |
DMUS_E_NO_AUDIOPATH_CONFIG |
E_POINTER |
Requirements
Header: Declared in dmusici.h.
See Also