Microsoft DirectX 9.0

IAMNetShowConfig::get_FixedUDPPort

The get_FixedUDPPort method gets the fixed UDP port number.

Syntax

HRESULT get_FixedUDPPort(
  long *pFixedUDPPort
);

Parameters

pFixedUDPPort

Pointer to a variable that receives 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