Platform SDK: TAPI

ITDirectoryObject::get_DialableAddrs

The get_DialableAddrs method gets all dialable addresses of a given type from the directory. This method performs the same function as EnumerateDialableAddrs but is used by scripting languages such as Visual Basic.

HRESULT get_DialableAddrs(
  long dwAddressType,
  VARIANT *pVariant
);

Parameters

dwAddressType
[in] Indicator of address type.
pVariant
[out] A VARIANT containing the address.

Return Values

Value Meaning
S_OK Method succeeded.
E_POINTER Invalid pointer.
ERROR Method failed.

Requirements

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

See Also

ITDirectoryObject