Call-center functionality is not implemented for Windows NTŪ 5 beta 1.
[This is preliminary documentation and subject to change.]
The ITCallHub interface is the main interface for the CallHub object.
IUnknown Methods | Description |
---|---|
QueryInterface | Returns pointers to supported interfaces. |
AddRef | Increments the reference count. |
Release | Decrements the reference count. |
IDispatch Methods | Description |
---|---|
GetTypeInfoCount | Retrieves the number of type information interfaces. |
GetTypeInfo | Retrieves the type information for an object. |
GetIDsOfNames | Maps a single member and an optional set of argument names to a corresponding set of integer DISPIDs. |
Invoke | Provides access to properties and methods exposed by an object. |
ITCallHub Methods | Description |
---|---|
_EnumerateCalls | Enumerates calls associated with the call hub. |
get_Calls | Collects calls associated with the call hub, for use by scripting languages. |
TotalCalls | Get count of total calls associated with the interface. |
get_State | Retrieves the current state of the CallHub. |