IMixerPinConfig::GetZOrder (Windows Embedded CE 6.0)
1/6/2010
The GetZOrder method retrieves the z-order of a particular video stream.
This method is not currently implemented and returns E_NOTIMPL.
Syntax
HRESULT GetZOrder(
DWORD *pdwZOrder
);
Parameters
- pdwZOrder
[out] Pointer to a value indicating the order in which streams will clip each other.
Return Value
Returns E_NOTIMPL.
Remarks
Images with larger z-values are always in front of images with smaller z-values.
See Also
Reference
IMixerPinConfig Interface
Overlay Mixer
IMixerPinConfig2 Interface