ITRendezvous::get_DefaultDirectories method (rend.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_DefaultDirectories method enumerates all configured default directories. This method is similar to EnumerateDefaultDirectories but is provided for use by Visual Basic and other scripting languages.
Syntax
HRESULT get_DefaultDirectories(
[out] VARIANT *pVariant
);
Parameters
[out] pVariant
Pointer to a VARIANT that will receive an ITCollection of ITDirectory interface pointers.
Return value
This method can return one of these values.
Value | Meaning |
---|---|
|
Method succeeded. |
|
Insufficient memory exists to create a collection. |
|
Pointer is invalid. |
Remarks
TAPI calls the AddRef method on the ITDirectory interface returned by ITRendezvous::get_DefaultDirectories. The application must call Release on the ITDirectory interface to free resources associated with it.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | rend.h |
DLL | Rend.dll |