IMcastLeaseInfo::get_AddressCount method (mdhcp.h)
[Rendezvous IP Telephony Conferencing controls and interfaces are not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. The RTC Client API provides similar functionality.]
The get_AddressCount method obtains the number of addresses requested or granted in this lease.
Syntax
HRESULT get_AddressCount(
[out] long *pCount
);
Parameters
[out] pCount
Pointer to a LONG that will receive the number of addresses requested or granted in this lease.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
Method succeeded. |
|
The caller passed in an invalid pointer argument. |
Remarks
This function may send data over the wire in unencrypted form; therefore, someone eavesdropping on the network may be able to read the data. The security risk of sending the data in clear text should be considered before using this method.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | mdhcp.h |
Library | Uuid.lib |
DLL | Mdhcp.dll |