Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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. Possible values include the following.
| Value | Description |
|---|---|
| E_POINTER | NULL pointer argument |
| S_OK | Success |
Requirements
OS Versions: Windows CE 5.0 Networked Media Device Feature Pack.
Header: strmif.h.
See Also
Send Feedback on this topic to the authors