Microsoft DirectX 9.0 |
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.
See Also