Microsoft DirectX 8.0 (C++) |
The IDirectMusicThru8 interface supports thruing of music messages from a capture port to another port. It is obtained by calling QueryInterface on the IDirectMusicPort8 interface for the capture port. For an example, see the Remarks for IDirectMusicThru8::ThruChannel.
IDirectMusicThru8 is a type definition for IDirectMusicThru. The two interface names can be used interchangeably.
The interface has the following method:
IDirectMusicThru8 | ThruChannel |
All COM interfaces inherit the IUnknown interface methods. This interface supports the following three methods:
IUnknown | AddRef |
QueryInterface | |
Release |
The LPDIRECTMUSICTHRU8 type is defined as a pointer to this interface.
typedef IDirectMusicThru8 *LPDIRECTMUSICTHRU8;
Header: Declared in dmusici.h.