Microsoft DirectX 9.0

IAMNetShowConfig::put_FixedUDPPort

The put_FixedUDPPort method specifies the fixed UDP port.

Syntax

HRESULT put_FixedUDPPort(
  long  FixedUDPPort
);

Parameters

FixedUDPPort

Specifies the fixed UDP port number.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

See Also