Microsoft DirectX 8.1 (C++) |
The ChannelMinMax method retrieves the highest and lowest channels available.
Syntax
HRESULT ChannelMinMax(
long *lChannelMin,
long *lChannelMax
);
Parameters
lChannelMin
[out] Pointer to a variable that receives the lowest channel.
lChannelMax
[out] Pointer to a variable that receives the highest channel.
Return Values
Returns an HRESULT value that depends on the implementation of the interface.
See Also