Share via


IVPBaseConfig::SetSurfaceParameters (Windows Embedded CE 6.0)

1/6/2010

This method tells the capture driver about the surface created on its behalf by the Overlay Mixer or VBI surface filter.

Syntax

HRESULT SetSurfaceParameters(
  DWORD dwPitch,
  DWORD dwXOrigin,
  DWORD dwYOrigin
) PURE;

Parameters

  • dwPitch
    [in] Pitch of the surface. Distance (or pitch) in pixels between the start pixels of two consecutive lines of the surface.
  • dwXOrigin
    [in] X-value of the pixel at which valid data starts.
  • dwYOrigin
    [in] Y-value of the pixel at which valid data starts.

Return Value

Returns an HRESULT value that depends on the implementation of the interface.

The current default implementation returns NOERROR if the call completed successfully, or E_NOTIMPL if the method is not implemented.

Requirements

Windows Embedded CE Windows CE 2.12 and later
Note Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements
For more information, see Setting Up the Build Environment, Version 2.12 requires DXPAK 1.0 or later

See Also

Reference

IVPBaseConfig Interface