IAMNetShowConfig::get_UseFixedUDPPort (Compact 2013)
3/26/2014
This method queries whether the filter should use the fixed UDP port.
Syntax
HRESULT get_UseFixedUDPPort(
VARIANT_BOOL *pUseFixedUDPPort
);
Parameters
- pUseFixedUDPPort
[out] Points to a variable which on return will contain VARIANT_TRUE if the filter is using a fixed UDP port, VARIANT_FALSE if it is using a dynamic UDP port.
Return Values
Returns S_OK on success. Returns an HRESULT error code on failure.
Requirements
Header |
dshow.h |
Library |
Strmiids.lib |