ITCallHubNotification::GetAddresses

Call-center functionality is not implemented for Windows NTŪ 5 beta 1.

[This is preliminary documentation and subject to change.]

This method is called immediately after the interface is registered. The application can specify addresses for which it will receive related CallHubs. The application can return NULL in Addresses, indicating it requires notification of all CallHubs.

HRESULT GetAddresses(
  VARIANT Addresses
);
 

Parameters

Addresses

[out] Array of ITAddress pointers (in a VARIANT).

Return Values

TBD