IBDA_IPV4Filter::GetMulticastMode
Microsoft DirectShow 9.0 |
IBDA_IPV4Filter::GetMulticastMode
The GetMulticastMode method retrieves the multicast mode.
Syntax
HRESULT GetMulticastMode( ULONG* pulModeMask );
Parameters
pulModeMask
[out] Pointer that receives the mask. See the Windows DDK for possible values.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Requirements
Header: Include bdaiface.h.
See Also