| Microsoft DirectX 9.0 |
The put_UseFixedUDPPort method specifies whether to use a fixed UDP port number.
Syntax
HRESULT put_UseFixedUDPPort(
VARIANT_BOOL UseFixedUDPPort
);
Parameters
UseFixedUDPPort
Specify one of the following values.
| Value | Description |
| VARIANT_TRUE | Use a fixed UDP port. |
| VARIANT_FALSE | Use a dynamic UDP port. |
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
See Also