| Platform SDK: Broadcast Architecture |
A content server application uses the IATVEFMulticastConfig interface to initialize a CSendATVEFMulticast object.
Implemented by CSendATVEFMulticast in ATVEFSnd.dll.
This interface provides a means of connecting a content server application directly to the NIC of the local host.
| IUnknown method | Description |
|---|---|
| QueryInterface | Returns pointers to supported interfaces. |
| AddRef | Increments the reference count. |
| Release | Decrements the reference count. |
| IATVEFMulticastConfig method | Description |
|---|---|
| Initialize | Initializes the multicast object to send data directly to the NIC by native multicast. |
This interface is implemented only by a CSendATVEFMulticast object. If a content server application is sending data to a VBI Inserter, it co-creates a CSendATVEFInserter object and then calls IATVEFInserterConfig::Initialize or .IATVEFInserterConfig::InitializeEx.
Windows NT/2000: Requires Windows NT 4.0 SP3 or later.
Windows 95/98: Requires Windows 98.
Header: Declared in atvefsnd.idl.
Import Library: Included as a resource in atvefsnd.dll.