Platform SDK: TAPI

IMcastLeaseInfo::get_AddressCount

The get_AddressCount method obtains the number of addresses requested or granted in this lease.

HRESULT get_AddressCount(
  long *pCount
);

Parameters

pCount
[out] Pointer to a LONG that will receive the number of addresses requested or granted in this lease.

Return Values

Value Meaning
S_OK Method succeeded.
E_POINTER The caller passed in an invalid pointer argument.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Mdhcp.h.
  Library: Use Mdhcpid.lib.

See Also

IMcastLeaseInfo