Microsoft DirectX 8.1 (C++)

IVMRVideoStreamControl::GetColorKey

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The GetColorKey method retrieves the source color key currently set for this stream.

Syntax

HRESULT GetColorKey(
  DDCOLORKEY*  pclr
);

Parameters

pclr

[out]  Address of a DDCOLORKEY structure that receives the source color key.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

See Also