IBDA_EthernetFilter::GetMulticastMode
Microsoft DirectShow 9.0 |
IBDA_EthernetFilter::GetMulticastMode
The GetMulticastMode method retrieves the multicast mode.
Syntax
HRESULT GetMulticastMode( ULONG* pulModeMask );
Parameters
pulModeMask
[out] Pointer that receives 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