Microsoft DirectX 9.0 |
The GetMulticastMode method retrieves the mode(s) of the multicast.
Syntax
HRESULT GetMulticastMode(
ULONG* pulModeMask
);
Parameters
pulModeMask
[out] Pointer that receives the mode mask.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
See Also