Platform SDK: TAPI

ITRendezvous::get_DefaultDirectories

Enumerates all configured default directories. These directories include NTDS (if available), ILS servers published in NTDS, and ILS servers configured in the registry. This method is similar to EnumerateDefaultDirectories but is provided for use by Visual Basic and other scripting languages.

HRESULT get_DefaultDirectories(
  VARIANT *pVariant
);

Parameters

pVariant
[out] Pointer to a VARIANT that will receive an ITCollection of ITDirectory interface pointers.

Return Values

Value Meaning
S_OK Method succeeded.
E_OUTOFMEMORY Insufficient memory exists to create a collection.
E_POINTER Pointer is invalid.

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

ITRendezvous, ITCollection, ITDirectory