Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft DirectShow 9.0 |
IBDA_EthernetFilter::PutMulticastMode
The PutMulticastMode method sets the multicast mode.
Syntax
HRESULT PutMulticastMode( ULONG ulModeMask );
Parameters
ulModeMask
[in] Specifies the multicast mode.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
See the Windows DDK for possible values.
Requirements
Header: Include Bdaiface.h.
See Also