IAMNetShowConfig::get_UseFixedUDPPort
Microsoft DirectShow 9.0 |
IAMNetShowConfig::get_UseFixedUDPPort
The get_UseFixedUDPPort method queries whether the filter should use the fixed UDP port.
Syntax
HRESULT get_UseFixedUDPPort( VARIANT_BOOL *pUseFixedUDPPort );
Parameters
pUseFixedUDPPort
Pointer to a variable that receives a Boolean value.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Requirements
Header: Include Qnetwork.h.
Library: None.
See Also